mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00:00
Qt/Core: Implement GBA Hotkeys
This commit is contained in:
parent
d6f86e1754
commit
b73d16a71a
9 changed files with 193 additions and 8 deletions
|
@ -65,6 +65,7 @@ signals:
|
|||
private:
|
||||
void Run();
|
||||
void CheckDebuggingHotkeys();
|
||||
void CheckGBAHotkeys();
|
||||
|
||||
Common::Flag m_stop_requested;
|
||||
std::thread m_thread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue