mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 11:20:53 +00:00
Qt/Unix: Implement signal handler
This commit is contained in:
parent
0e9255c469
commit
112a174ae1
5 changed files with 119 additions and 1 deletions
|
@ -138,6 +138,7 @@ private:
|
|||
void OnBootGameCubeIPL(DiscIO::Region region);
|
||||
void OnImportNANDBackup();
|
||||
void OnConnectWiiRemote(int id);
|
||||
void OnSignal();
|
||||
|
||||
void OnUpdateProgressDialog(QString label, int progress, int total);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue