summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinQt/HotkeyScheduler.cpp
AgeCommit message (Expand)Author
2024-06-26Revert "Audit uses of IsRunning and GetState"JosJuice
2024-06-22Merge pull request #12828 from JosJuice/unify-state-variables-2Admiral H. Curtiss
2024-06-21Audit uses of IsRunning and GetStateJosJuice
2024-06-21Core: Store current state in less placesJosJuice
2024-06-12Remove Extra Speed Limit MessageLillyJadeKatrin
2024-06-06Use a stub AchivementManager when USE_RETRO_ACHIEVEMENTS isn't definedJosJuice
2024-05-18DolphinQt: trigger frame advance from hotkeys on the host thread (the underly...iwubcode
2024-04-08Core::GetState: Avoid Global System Accessormitaclaw
2024-02-29Add custom relative and raw (squared pixels) aspect ratio modesFiloppi
2024-01-31Migrate SConfig::bWii to System.Admiral H. Curtiss
2023-12-18Video: implement custom aspect ratio support (already exposed to Qt).Filoppi
2023-12-11AchievementManager: Make GetInstance() return a referenceLioncash
2023-12-02Disable Freelook in hardcore modeLillyJadeKatrin
2023-12-02Disable Debug Mode in hardcore modeLillyJadeKatrin
2023-09-27DolphinQt: Fix decrease emulation speed hotkey rolloversowens99
2023-08-27Use latest resolution value for resolution hotkey OSDJosJuice
2023-05-26Add Hotkeys for Skylanders Portal and Infinity Base Menusjnaidu360
2023-02-09Cleanup headersScott Mansell
2022-11-06AudioCommon: Pass Core::System to AudioCommon functions.Admiral H. Curtiss
2022-10-12Remove most uses of StringFromFormat in favor of fmtPokechu22
2022-08-07Add hotkeys for incrementing/decrementing selected state slot (like RetroArch)askew-etc
2022-07-25Add hotkey for centering mouse in render window.Admiral H. Curtiss
2022-07-17Split out controller initialization to UICommonJosJuice
2022-01-06Config: Port emulation speed setting to new config system.Admiral H. Curtiss
2021-12-31Config: Port remaining Interface settings to new config system.Admiral H. Curtiss
2021-10-16Merge pull request #10171 from malleoz/fix-frame-advance-speedLéo Lam
2021-10-15Port Main.DSP to MainSettingssowens99
2021-10-15Fix swapped frame advance speed increase/decreasesowens99
2021-09-24HotkeyScheduler: add PlayRecording hotkey supportsowens99
2021-09-23Check for certain hotkeys in game listsowens99
2021-07-13Qt/Core: Implement GBA HotkeysBonta
2021-07-05treewide: convert GPLv2+ license info to SPDX tagsPierre Bourdon
2021-05-27Implement Cursor Locking and new input focus checks for itFiloppi
2021-04-12WiiUtils: Add helper functions to get emulated/real Bluetooth deviceLéo Lam
2021-03-18DolphinQt: update hotkeyscheduler to run at 200hz, giving more precision for ...iwubcode
2021-03-17DolphinQt: update FreeLook to use relative inputiwubcode
2021-03-17InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides th...iwubcode
2021-02-12IOS: Use less ambiguous names for classesLéo Lam
2020-12-24DolphinQt: Move Free Look out of Graphics/Hotkey and into its own configurati...iwubcode
2020-10-29Add a Skip EFB Access from CPU HotkeyLosucaru
2020-08-22name some threadsShawn Hoffman
2020-06-25DolphinQt: change freelook fov by the step sizeiwubcode
2020-06-25DolphinQt: use hotkeys for field of view to modify freelook cameraiwubcode
2020-05-03VideoCommon: remove VertexShaderManager functions instead preferring the dire...iwubcode
2020-03-15Merge pull request #8597 from SirMangler/masterLéo Lam
2020-02-10DolphinQt: Give hotkeys their own "background input" setting.Jordan Woyak
2020-02-07DolphinQt: Fix stereoscopy hotkeys.Jordan Woyak
2020-01-31Added Toggle Freelook HotkeySirMangler
2019-11-06InputCommon: Make the "input gate" not racey.Jordan Woyak
2019-10-26DolphinQt: Make HotkeyScheduler call UpdateInput when hotkeys are disabled.Jordan Woyak