mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-03-10 11:46:28 +00:00
yuzu: main: Register a callback for Exit
This commit is contained in:
@@ -181,6 +181,9 @@ public:
|
||||
*/
|
||||
void ExecuteProgram(std::size_t program_index);
|
||||
|
||||
/// Instructs the window to exit the application.
|
||||
void Exit();
|
||||
|
||||
public slots:
|
||||
void OnEmulationStarting(EmuThread* emu_thread);
|
||||
void OnEmulationStopping();
|
||||
@@ -191,6 +194,7 @@ signals:
|
||||
void Closed();
|
||||
void FirstFrameDisplayed();
|
||||
void ExecuteProgramSignal(std::size_t program_index);
|
||||
void ExitSignal();
|
||||
void MouseActivity();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user