mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-25 11:20:55 +00:00
SDL port: Turn the JIT on and off from command line
This commit is contained in:
parent
e1aa287ab7
commit
0bc1d4cdf3
@ -182,6 +182,12 @@ void NativeInit(int argc, const char *argv[], const char *savegame_directory, co
|
||||
case 'g':
|
||||
gfxLog = true;
|
||||
break;
|
||||
case 'j':
|
||||
g_Config.iCpuCore = CPU_JIT;
|
||||
break;
|
||||
case 'i':
|
||||
g_Config.iCpuCore = CPU_INTERPRETER;
|
||||
break;
|
||||
}
|
||||
} else {
|
||||
if (boot_filename.empty()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user