mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-08 15:36:22 +00:00
There are certain hotkeys that we absolutely want to be able to use without being in-game. Presently, no hotkeys are recognized unless we are in-game. I've identified and moved the following hotkeys to be checked before the HotkeyScheduler checks to see if the Core is running: - Open - Exit - Start Recording - Refresh Game List Note that Play Recording should also be implemented here, however it looks like there is no signal for a PlayRecording() function, so this will have to be handled in a later PR once that signal is created and implemented. |
||
|---|---|---|
| .. | ||
| Config | ||
| Debugger | ||
| FIFO | ||
| GameList | ||
| NetPlay | ||
| QtUtils | ||
| Settings | ||
| TAS | ||
| AboutDialog.cpp | ||
| AboutDialog.h | ||
| CheatSearchFactoryWidget.cpp | ||
| CheatSearchFactoryWidget.h | ||
| CheatSearchWidget.cpp | ||
| CheatSearchWidget.h | ||
| CheatsManager.cpp | ||
| CheatsManager.h | ||
| CMakeLists.txt | ||
| ConvertDialog.cpp | ||
| ConvertDialog.h | ||
| DiscordHandler.cpp | ||
| DiscordHandler.h | ||
| DiscordJoinRequestDialog.cpp | ||
| DiscordJoinRequestDialog.h | ||
| DolphinEmu.entitlements | ||
| DolphinEmuDebug.entitlements | ||
| DolphinQt.manifest | ||
| DolphinQt.rc | ||
| DolphinQt.vcxproj | ||
| DolphinQt.vcxproj.user | ||
| GBAHost.cpp | ||
| GBAHost.h | ||
| GBAWidget.cpp | ||
| GBAWidget.h | ||
| GCMemcardCreateNewDialog.cpp | ||
| GCMemcardCreateNewDialog.h | ||
| GCMemcardManager.cpp | ||
| GCMemcardManager.h | ||
| Host.cpp | ||
| Host.h | ||
| HotkeyScheduler.cpp | ||
| HotkeyScheduler.h | ||
| Info.plist.in | ||
| Main.cpp | ||
| MainWindow.cpp | ||
| MainWindow.h | ||
| MenuBar.cpp | ||
| MenuBar.h | ||
| NKitWarningDialog.cpp | ||
| NKitWarningDialog.h | ||
| qt.conf | ||
| qt.conf.win | ||
| RenderWidget.cpp | ||
| RenderWidget.h | ||
| resource.h | ||
| ResourcePackManager.cpp | ||
| ResourcePackManager.h | ||
| Resources.cpp | ||
| Resources.h | ||
| SearchBar.cpp | ||
| SearchBar.h | ||
| Settings.cpp | ||
| Settings.h | ||
| ToolBar.cpp | ||
| ToolBar.h | ||
| Translation.cpp | ||
| Translation.h | ||
| Updater.cpp | ||
| Updater.h | ||
| WiiUpdate.cpp | ||
| WiiUpdate.h | ||