diff options
| author | KiritoDev <36680385+KiritoDv@users.noreply.github.com> | 2022-07-13 22:12:11 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-07-13 23:12:11 -0400 |
| commit | 219804cbe4e9d494f0152f40155115bb308002d4 (patch) | |
| tree | bdf53087d58f947bdcd305c1d69a0d68ab6d60f9 /.gitignore | |
| parent | cb6876792e99f8420ca0626ac55a9b57c638bc13 (diff) | |
Controller Configuration UI and JSON Config (#760)
* Initial controller hud ui
* Reverted fbdemo changes
* Moved config to json and implemented controller config
* fix build on linux, gitignore new config file
* fix build
* Fix compilation and file directory paths
* Call save on cvar save
* Fixed cvar loading and added deck slots to the config
* Changed control deck port 0 to use a physical device by default
* Added gyro and rumble & fixed loading errors
* Save config on toggle menubar
* fix linux build
* Fixed drift calculation
* Controller config now saves when pressing F1
* Removed ExitGame hook from ImGuiImpl
* Moved mappings to a map
* Added GetKeyName
* untranslate scancodes
* Fixed hud layout on keyboard device
* Fixed keyboard read on hud
* Fixed crash when reloading controllers
* Removed ConfigFile and changed file extension
* Changed Dummy to Disconnected and fixed filters
* Removed function leftover
* Changed ControllerHud to InputEditor
Co-authored-by: briaguya <briaguya@alice>
Co-authored-by: David Chavez <david@dcvz.io>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 5a201405d..4b6eb3968 100644 --- a/.gitignore +++ b/.gitignore @@ -405,3 +405,4 @@ tags oot.otr *.sav shipofharkinian.ini +shipofharkinian.json
\ No newline at end of file |
