compile fix for NDS_exec
This commit is contained in:
parent
2f522dc81f
commit
339727fab1
|
@ -1277,7 +1277,7 @@ bool opengl_init()
|
|||
|
||||
[execution_lock lock];
|
||||
|
||||
cycles = NDS_exec((560190<<1)-cycles, FALSE);
|
||||
cycles = NDS_exec<FALSE>((560190<<1)-cycles);
|
||||
|
||||
[sound_lock lock];
|
||||
int x;
|
||||
|
|
Loading…
Reference in New Issue