mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-05 15:27:46 -04:00
fix clean build
git-svn-id: file:///home/notaz/opt/svn/PicoDrive@751 be3aeb3a-fb24-0410-a615-afba39da0efa
This commit is contained in:
parent
b3158e9837
commit
4010330cc0
2 changed files with 15 additions and 2 deletions
12
platform/gp2x/PicoDrive.gpe
Normal file
12
platform/gp2x/PicoDrive.gpe
Normal file
|
@ -0,0 +1,12 @@
|
|||
#!/bin/sh
|
||||
|
||||
export LD_PRELOAD=
|
||||
|
||||
export POLLUX_RAM_TIMINGS='ram_timings=2,9,4,1,1,1,1'
|
||||
export POLLUX_LCD_TIMINGS_NTSC='lcd_timings=397,1,37,277,341,0,17,337;clkdiv0=9'
|
||||
export POLLUX_LCD_TIMINGS_PAL='lcd_timings=428,1,37,277,341,0,17,337;clkdiv0=10'
|
||||
|
||||
./PicoDrive $*
|
||||
|
||||
cd /usr/gp2x
|
||||
exec ./gp2xmenu
|
Loading…
Add table
Add a link
Reference in a new issue