This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
mirror of
https://github.com/dolphin-emu/dolphin.git
synced
2026-05-20 12:49:08 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fa7077763f91980e372d502b4357f3dda971ffbe
dolphin
/
Source
/
Core
/
InputCommon
T
History
Jordan Woyak
1daefeb20a
Merge pull request
#9674
from Filoppi/fix_hotkey_suppresion_crash
...
Fix hotkey suppression crash
2021-04-28 18:21:07 -05:00
..
ControllerEmu
InputCommon: Allow for partial gyro mapping; for Free Look, this allows you to only pitch or only yaw
2021-03-17 20:58:33 -05:00
ControllerInterface
InputCommon / DolphinQt / Core: Add a "RelativeMouse" input which provides the raw delta mouse input
2021-03-17 20:58:33 -05:00
ControlReference
Merge pull request
#9674
from Filoppi/fix_hotkey_suppresion_crash
2021-04-28 18:21:07 -05:00
DynamicInputTextures
InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers
2021-02-27 17:29:48 -06:00
CMakeLists.txt
InputCommon: Move initial dynamic input texture configuration logic to a 'specification 1' function and load in a 'specification' attribute that defaults to 1 if not present (with 1 being the only valid value at the moment)
2021-02-19 00:02:15 -06:00
DynamicInputTextureManager.cpp
InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers
2021-02-27 17:29:48 -06:00
DynamicInputTextureManager.h
InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers
2021-02-27 17:29:48 -06:00
GCAdapter_Android.cpp
InputCommon: Migrate logging over to fmt
2020-10-23 13:16:18 -04:00
GCAdapter.cpp
InputCommon: Migrate logging over to fmt
2020-10-23 13:16:18 -04:00
GCAdapter.h
…
GCPadStatus.h
…
ImageOperations.cpp
rename Common/File to Common/IOFile
2021-01-27 14:29:48 -08:00
ImageOperations.h
Fix variable shadowing warnings
2020-11-21 02:08:09 +01:00
InputConfig.cpp
FreeLookController: Fix signed/unsigned warning
2021-03-07 10:09:59 -08:00
InputConfig.h
FreeLookController: Fix signed/unsigned warning
2021-03-07 10:09:59 -08:00
InputProfile.cpp
InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers
2021-02-27 17:29:48 -06:00
InputProfile.h
InputCommon: reduce number of image loads and texture cache invalidations by only running dynamic input textures once for all controllers
2021-02-27 17:29:48 -06:00
KeyboardStatus.h
…