1
0
This repository has been archived on 2024-03-23. You can view files and clone it, but cannot push or open issues or pull requests.
citra-nightly/src/citra_qt/configuration
Adityarup Laha 93cca23dd6 Variable tilt clamp (#3366)
* Add tilt clamp setting

* Updated `clamp` to use variable

* Fixed a minor typo

* Include possibly necessary header

* expose setting in sdl2

* expose setting in qt

* incorporate @wwylele 's suggestion in sdl2

* Incorporate @wwylele 's suggestion (?)

Please review the code, this is the first time I'm working with `ParamPackage`s so I may just screw up the code.

* Forgot to change in qt

* Fixed an fatal error

* fixed clang format error

* remove the old setting

* fixed typos cusing errors

* removed old setting

* Changed init style

* Forgot this one

* Removed unnecessary header inclusion

* Update config.cpp

* update qt-config

* Update motion_emu.cpp

* Update motion_emu.cpp
2018-01-17 17:30:50 -05:00
..
config.cpp Variable tilt clamp (#3366) 2018-01-17 17:30:50 -05:00
config.h citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_audio.cpp citra_qt: Migrate to Qt 5 signal/slot connection syntax where applicable 2017-12-17 18:44:48 -05:00
configure_audio.h citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_audio.ui citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_debug.cpp citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_debug.h citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_debug.ui citra-qt: Rename derivative class name 2017-10-22 09:33:23 +08:00
configure_dialog.cpp qt: Add web configuration tab. 2017-08-25 23:10:01 -04:00
configure_dialog.h citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_general.cpp Qt updater integration, based on QtAutoUpdater 2017-11-04 15:00:20 -06:00
configure_general.h citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_general.ui Qt updater integration, based on QtAutoUpdater 2017-11-04 15:00:20 -06:00
configure_graphics.cpp citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_graphics.h citra-qt: Move config dialog code to its own directory 2017-04-03 20:43:13 -06:00
configure_graphics.ui citra-qt: fix some untranslated strings 2017-09-24 17:53:35 +03:00
configure_input.cpp Use static functions instead of lambdas 2017-12-13 19:06:14 +01:00
configure_input.h Allow input configuration with SDL joysticks (#3116) 2017-12-05 23:26:29 -05:00
configure_input.ui Allow input configuration with SDL joysticks (#3116) 2017-12-05 23:26:29 -05:00
configure_system.cpp citra-qt: fix some untranslated strings 2017-09-24 17:53:35 +03:00
configure_system.h Create a random console_unique_id (#2668) 2017-05-05 20:55:51 -04:00
configure_system.ui Create a random console_unique_id (#2668) 2017-05-05 20:55:51 -04:00
configure_web.cpp citra-qt: fix some untranslated strings 2017-09-24 17:53:35 +03:00
configure_web.h WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
configure_web.ui WebService: Verify username and token (#2930) 2017-09-18 21:18:26 -04:00
configure.ui Revert index change 2017-12-30 14:51:45 +10:30