SUPA core optimizations and all cores enabled (zoli0726)
This commit is contained in:
parent
8cc4e18026
commit
dec77bf2f8
2 changed files with 4 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
-supafaust_pixel_format = rgb565
|
-supafaust_pixel_format = rgb565
|
||||||
-supafaust_renderer = mt
|
-supafaust_renderer = mt
|
||||||
-supafaust_thread_affinity_emu = 0x1
|
-supafaust_thread_affinity_emu = 0x3
|
||||||
-supafaust_thread_affinity_ppu = 0x2
|
-supafaust_thread_affinity_ppu = 0xc
|
||||||
|
|
||||||
bind Up = UP
|
bind Up = UP
|
||||||
bind Down = DOWN
|
bind Down = DOWN
|
||||||
|
|
|
||||||
|
|
@ -5,6 +5,8 @@ if [ -f /misc/enableADB ]; then
|
||||||
/usbdbg.sh device
|
/usbdbg.sh device
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
echo 0xF > /sys/devices/system/cpu/autoplug/plug_mask
|
||||||
|
|
||||||
TF1_PATH=/mnt/mmc # ROMS partition
|
TF1_PATH=/mnt/mmc # ROMS partition
|
||||||
TF2_PATH=/mnt/sdcard
|
TF2_PATH=/mnt/sdcard
|
||||||
SDCARD_PATH=$TF1_PATH
|
SDCARD_PATH=$TF1_PATH
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue