mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-18 00:47:58 -05:00
yuzu: main: Register a callback for Exit
This commit is contained in:
@ -153,6 +153,7 @@ signals:
|
||||
public slots:
|
||||
void OnLoadComplete();
|
||||
void OnExecuteProgram(std::size_t program_index);
|
||||
void OnExit();
|
||||
void ControllerSelectorReconfigureControllers(
|
||||
const Core::Frontend::ControllerParameters& parameters);
|
||||
void SoftwareKeyboardInitialize(
|
||||
|
Reference in New Issue
Block a user