mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 10:25:45 +00:00
yuzu: main: Register a callback for Exit
This commit is contained in:
parent
d8467ca6c0
commit
282bdfd1bf
4 changed files with 17 additions and 0 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue