citra/src/citra_qt/configuration
SutandoTsukai181 485d64ae73
citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281)
* Change "Toggle Speed Limit" to toggle between 100% and a custom value

This will change the shortcut for "Toggle Speed Limit" to make it swap between 100% and the value of "Limit Speed Percent" in the config. Old functionality is still there, but renamed to "Unthrottle".

* Complete reimplementation of the function

* Fix something that didn't get saved correctly

* Fix missing indentation

* Rewrite to keep only a single QSpinBox

* Second rewrite

* set Unthrottled to 0 in the Qspinbox

* Hotkey for Unthrottle

* minor improvements to the design

* Apply suggestions from code review

Co-authored-by: Ben <bene_thomas@web.de>

* Default slider values

* clang-format fixes

* Prevent the speed slider from changing size

...when an element in its row has variable width.

* Change "Game Speed" to "Emulation Speed"

* Apply suggestions from code review

`game_speed` to` emulation_speed`

Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>

* Fix for QSliders

* Revert "Prevent the speed slider from changing size"

This reverts commit ddaca20044.

* clang-format

...doesn't seem to stick to a choice

* Fix 2 for QSliders

Co-authored-by: B3n30 <benediktthomas@gmail.com>
Co-authored-by: Ben <bene_thomas@web.de>
Co-authored-by: Valentin Vanelslande <vvanelslandedev@gmail.com>
2020-06-20 13:52:14 -05:00
..
config.cpp citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 -05:00
config.h citra, citra_qt: Add video dumping config read/write 2020-02-27 16:55:11 +08:00
configure_audio.cpp service/mic: actually use the specified device 2019-11-11 17:15:10 -05:00
configure_audio.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_audio.ui Rest of the owl 2019-03-04 23:07:05 -07:00
configure_camera.cpp Port yuzu commit: "yuzu/CMakeLists: Disable implicit QString co… (#5074) 2020-02-11 13:12:09 +01:00
configure_camera.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_camera.ui camera: Add camera flip config 2018-06-07 14:57:03 +08:00
configure_debug.cpp Remove qt5_wrap_ui macro usage 2019-08-16 19:35:37 -06:00
configure_debug.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_debug.ui GDB Modernization: 2018-08-16 10:40:52 +01:00
configure_dialog.cpp citra_qt: config: Move audio to its own tab. (#5079) 2020-02-01 16:04:48 +01:00
configure_dialog.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_enhancements.cpp Texture Filtering v2 (#5166) 2020-04-02 22:42:50 -05:00
configure_enhancements.h video_core: add texture filtering (#5017) 2020-03-16 09:42:05 -05:00
configure_enhancements.ui Texture Filtering v2 (#5166) 2020-04-02 22:42:50 -05:00
configure_general.cpp citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 -05:00
configure_general.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_general.ui citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 -05:00
configure_graphics.cpp clang-format fix 2020-05-04 12:14:40 +02:00
configure_graphics.h reorder graphics tab, move speed to general 2019-11-09 12:56:27 -07:00
configure_graphics.ui fix typo; updated comment about apples bad driver 2020-04-18 15:55:19 +02:00
configure_hotkeys.cpp clang-format 2019-11-28 20:47:33 -07:00
configure_hotkeys.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_hotkeys.ui citra-qt: Add /default parsing for hotkeys. Also minor code cleanups. 2019-01-25 20:42:49 +05:30
configure_input.cpp Actually save the input when clearing/resetting to default 2020-05-28 20:03:29 -04:00
configure_input.h Port yuzu-emu/yuzu#3268: "GUI: Deadzone controls for sdl engine at configuration input" (#5174) 2020-05-13 18:26:05 +02:00
configure_input.ui Port yuzu-emu/yuzu#3268: "GUI: Deadzone controls for sdl engine at configuration input" (#5174) 2020-05-13 18:26:05 +02:00
configure_motion_touch.cpp input_common: add TouchFromButtonDevice 2020-05-04 13:51:37 +03:00
configure_motion_touch.h input_common: add TouchFromButtonDevice 2020-05-04 13:51:37 +03:00
configure_motion_touch.ui input_common: add TouchFromButtonDevice 2020-05-04 13:51:37 +03:00
configure_system.cpp citra-qt: Add an "Alternative Speed Limit" with its hotkey (#5281) 2020-06-20 13:52:14 -05:00
configure_system.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_system.ui citra_qt/system: Add N3DS mode checkbox and enable it by default 2020-03-28 16:49:35 +01:00
configure_touch_from_button.cpp address review comments 2020-05-11 17:05:05 +03:00
configure_touch_from_button.h address review comments 2020-05-11 17:05:05 +03:00
configure_touch_from_button.ui address review comments 2020-05-11 17:05:05 +03:00
configure_touch_widget.h address review comments 2020-05-11 17:05:05 +03:00
configure_ui.cpp citra_qt: Add single line mode for game list 2019-08-20 20:03:15 +08:00
configure_ui.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_ui.ui Change GameListText order to improve configuration compatibility 2019-09-09 23:36:21 -03:00
configure_web.cpp clang-format 2019-11-28 20:47:33 -07:00
configure_web.h yuzu/configuration: Make function naming consistent 2019-07-06 15:01:41 +02:00
configure_web.ui citra_qt: configure_web: Use Base64 encoded token for simplifying user experience. 2019-11-09 13:48:26 -05:00
configure.ui address more comments 2019-11-09 12:56:27 -07:00