The Settings dialog now the save and reset procedure in the correct order and pausing the emulator now actually waits for the pause to actually come into effect.
This commit is contained in:
@@ -382,7 +382,7 @@ plat_pause(int p)
|
||||
if ((p == 0) && (time_sync & TIME_SYNC_ENABLED))
|
||||
nvr_time_sync();
|
||||
|
||||
dopause = p;
|
||||
do_pause(p);
|
||||
if (p) {
|
||||
if (mouse_capture)
|
||||
plat_mouse_capture(0);
|
||||
|
||||
Reference in New Issue
Block a user