mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-02-06 10:48:09 +08:00
Qt: Fixed a bug in shutdown procedure, various cleanups.
This commit is contained in:
@@ -21,8 +21,8 @@ public slots:
|
||||
void OnDebugModeEntered();
|
||||
void OnDebugModeLeft();
|
||||
|
||||
void OnEmulationStarted(EmuThread* emu_thread);
|
||||
void OnEmulationStopped();
|
||||
void OnEmulationStarting(EmuThread* emu_thread);
|
||||
void OnEmulationStopping();
|
||||
|
||||
private:
|
||||
Ui::ARMRegisters cpu_regs_ui;
|
||||
|
||||
Reference in New Issue
Block a user