I have tried to put a script to set the screen timings and load the app so to reduce the screen tearing.
After putting the Pollux_set in the same directory as the executable and then running the script it just hangs at the "loading" screen.
I used this below: Any idea what is wrong? can this be used with any FW version?
#!/bin/sh
./pollux_set 'lcd_timings=397,1,37,277,341,0,17,337;dpc_clkdiv0=9;ram_timings=2,9,4,1,1,1,1'
./temper.gpe
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu
After putting the Pollux_set in the same directory as the executable and then running the script it just hangs at the "loading" screen.
I used this below: Any idea what is wrong? can this be used with any FW version?
#!/bin/sh
./pollux_set 'lcd_timings=397,1,37,277,341,0,17,337;dpc_clkdiv0=9;ram_timings=2,9,4,1,1,1,1'
./temper.gpe
cd /usr/gp2x
exec /usr/gp2x/gp2xmenu