Cocoa Port (OpenEmu Plug-in):
- Make CommonSettings.jit_max_block_size=15 the default setting.
This commit is contained in:
parent
7c8d40f3d1
commit
259cb61992
|
@ -82,6 +82,7 @@
|
|||
|
||||
// Set up the emulation core
|
||||
CommonSettings.advanced_timing = true;
|
||||
CommonSettings.jit_max_block_size = 15;
|
||||
CommonSettings.use_jit = true;
|
||||
[CocoaDSCore startupCore];
|
||||
|
||||
|
|
Loading…
Reference in New Issue