dolphin/Source/Core/InputCommon
Scott Mansell 5e1e4dbc4c
Merge pull request #14778 from JoshuaVandaele/about-enable-sdl
AboutDialog: Fix compilation with ENABLE_SDL=OFF
2026-07-31 00:57:12 +12:00
..
ControllerEmu Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
ControllerInterface Merge pull request #14765 from slick-daddy/opt-6 2026-07-30 21:10:41 +12:00
ControlReference Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
DynamicInputTextures Remove unused imports 2026-01-25 16:12:15 +01:00
CMakeLists.txt AboutDialog: Fix compilation with ENABLE_SDL=OFF 2026-07-29 21:27:06 +02:00
DynamicInputTextureManager.cpp waterfall loading of textures via id to prefer elfid-gameid when launched via elf; fallback to gameid if no match 2026-07-15 12:02:16 -07:00
DynamicInputTextureManager.h Common/IniFile: Move interface into Common namespace 2023-04-13 10:19:28 -04:00
GCAdapter.cpp GCAdapter: Deregister callback when scan thread exits 2026-07-12 10:20:58 +02:00
GCAdapter.h GCAdapter: Automatically start and stop thread 2026-04-18 19:40:25 +02:00
GCPadStatus.h Send neutral stick positions when disconnected rather than down-left 2026-02-25 23:06:50 +01:00
ImageOperations.cpp DITConfiguration: Prevent a crash if images fail to load 2025-11-29 23:54:48 +01:00
ImageOperations.h C++20: Synthesize operator!= From operator== 2024-10-10 20:23:55 -07:00
InputConfig.cpp Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
InputConfig.h Improve usage of std::move and const references parameters 2026-04-17 12:39:46 +02:00
InputProfile.cpp Replace string concatination with fmt::format 2026-07-28 12:39:54 +02:00
InputProfile.h
KeyboardStatus.h