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:
OBattler
2023-10-31 00:44:04 +01:00
parent 3d3e7f5cf3
commit c173f5d415
5 changed files with 32 additions and 7 deletions

View File

@@ -213,6 +213,9 @@ extern uint16_t get_last_addr(void);
extern void sub_cycles(int c);
extern void resub_cycles(int old_cycles);
extern void ack_pause(void);
extern void do_pause(int p);
extern double isa_timing;
extern int io_delay;
extern int framecountx;