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 04:38:38 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
0cb71d3f47bc1e87048a91e7a421bb0296fa3536
dolphin
/
Source
/
Core
/
InputCommon
T
History
Léo Lam
858f00b641
Merge pull request
#9492
from nolange/fix_norandr_build
...
Cleanup X11 and XRANDR Macros
2021-03-01 11:36:39 +01:00
..
ControllerEmu
rename InputCommon/ControllerInterface/Device to CoreDevice
2021-01-27 14:29:48 -08:00
ControllerInterface
Merge pull request
#9492
from nolange/fix_norandr_build
2021-03-01 11:36:39 +01:00
ControlReference
rename InputCommon/ControllerInterface/Device to CoreDevice
2021-01-27 14:29:48 -08:00
DynamicInputTextures
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
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: Move DynamicInputTextureConfiguration to DynamicInputTextures::Configuration
2021-02-16 22:37:59 -06:00
DynamicInputTextureManager.h
InputCommon: Move DynamicInputTextureConfiguration to DynamicInputTextures::Configuration
2021-02-16 22:37:59 -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
Use positional arguments in all translatable fmt strings
2020-11-16 13:28:11 +01:00
InputConfig.h
InputCommon: Introducing the "Dynamic Input Texture". Configuration links an emulated input action to an image based on what host key is defined for that emulated input. Specific regions are called out in configuration that mark where to replace an input button with a host key image.
2020-10-03 17:10:35 -05:00
InputProfile.cpp
InputCommon: Make use of fmt where applicable
2019-11-22 14:38:26 -05:00
InputProfile.h
…
KeyboardStatus.h
…