suyu/src/yuzu/configuration
lat9nq ca36722a54 settings: Consolidate RangedSetting's with regular ones
The latest git version of GCC has issues with my diamond inheritance
shenanigans. Since that's now two compilers that don't like it I thought
it'd be best to just axe all of it and just have the two templates like
before.

This rolls the features of BasicRangedSetting into BasicSetting, and
likewise RangedSetting into Setting. It also renames them from
BasicSetting and Setting to Setting and SwitchableSetting respectively.
Now longer name corresponds to more complex thing.
2022-06-30 12:39:48 -04:00
..
config.cpp settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
config.h settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
configuration_shared.cpp settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
configuration_shared.h settings: Consolidate RangedSetting's with regular ones 2022-06-30 12:39:48 -04:00
configure.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_audio.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_audio.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_audio.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_cpu.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_cpu.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_cpu.ui configure_cpu: More descriptive text for Paranoid option 2022-03-26 08:56:23 +00:00
configure_cpu_debug.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_cpu_debug.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_cpu_debug.ui dynarmic: Inline exclusive memory accesses 2022-02-27 19:40:05 +00:00
configure_debug.cpp core/debugger: Implement new GDB stub debugger 2022-06-01 00:01:25 -04:00
configure_debug.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_debug.ui core/debugger: Implement new GDB stub debugger 2022-06-01 00:01:25 -04:00
configure_debug_controller.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_debug_controller.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_debug_controller.ui ui/themes: Cleanup UI 2020-11-15 23:33:19 -05:00
configure_debug_tab.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_debug_tab.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_debug_tab.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_dialog.cpp configure_dialog: Eliminate variable shadowing 2022-06-14 08:30:08 -04:00
configure_dialog.h configure_dialog: Eliminate variable shadowing 2022-06-14 08:30:08 -04:00
configure_filesystem.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_filesystem.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_filesystem.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_general.cpp yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
configure_general.h settings: Add a new "use_extended_memory_layout" setting. 2022-02-21 13:07:19 -08:00
configure_general.ui settings: Add a new "use_extended_memory_layout" setting. 2022-02-21 13:07:19 -08:00
configure_graphics.cpp configure_graphics: Remove unused include 2022-06-04 04:18:21 -04:00
configure_graphics.h yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
configure_graphics.ui yuzu-qt: Attempt to workaround broken Vulkan installations 2022-05-30 10:57:59 -04:00
configure_graphics_advanced.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_graphics_advanced.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_graphics_advanced.ui TextureCache: Add automatic anisotropic filtering and refactor code. 2021-11-16 23:14:51 +01:00
configure_hotkeys.cpp UI: Translate hotkey labels in configuration 2022-05-18 22:05:19 -07:00
configure_hotkeys.h yuzu: Add controller hotkeys 2022-01-06 21:26:05 -06:00
configure_hotkeys.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_input.cpp yuzu: Add custom ringcon configuration 2022-04-16 00:49:26 -05:00
configure_input.h settings: Remove includes of core.h 2021-11-24 20:30:27 -06:00
configure_input.ui configure_input: Add per-player vibration 2020-11-15 23:33:20 -05:00
configure_input_advanced.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_input_advanced.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_input_advanced.ui yuzu: Add custom ringcon configuration 2022-04-16 00:49:26 -05:00
configure_input_player.cpp configure_input_player: Eliminate variable shadowing 2022-06-14 08:30:08 -04:00
configure_input_player.h settings: Remove includes of core.h 2021-11-24 20:30:27 -06:00
configure_input_player.ui yuzu: config: Set default range to 95% 2022-04-26 19:03:54 -05:00
configure_input_player_widget.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_input_player_widget.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_input_profile_dialog.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_input_profile_dialog.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_input_profile_dialog.ui applets/controller: Change the input button to create input profiles 2020-11-15 23:33:21 -05:00
configure_motion_touch.cpp motion touch ui: move remaining connection out of .ui file 2022-05-29 18:37:38 -07:00
configure_motion_touch.h yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
configure_motion_touch.ui motion touch ui: move remaining connection out of .ui file 2022-05-29 18:37:38 -07:00
configure_network.cpp ui: retranslate the network tab 2022-05-01 21:39:39 -07:00
configure_network.h ui: retranslate the network tab 2022-05-01 21:39:39 -07:00
configure_network.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_per_game.cpp configure_per_game: Eliminate variable shadowing 2022-06-14 08:30:08 -04:00
configure_per_game.h configure_per_game: Eliminate variable shadowing 2022-06-14 08:30:08 -04:00
configure_per_game.ui Geometry property removal and rewording 2021-10-25 17:39:36 -05:00
configure_per_game_addons.cpp yuzu: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
configure_per_game_addons.h yuzu: Eliminate variable shadowing 2022-06-13 18:19:22 -04:00
configure_per_game_addons.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_profile_manager.cpp yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
configure_profile_manager.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_profile_manager.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_ringcon.cpp configure_ringcon: Eliminate variable shadowing 2022-06-14 08:30:09 -04:00
configure_ringcon.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_ringcon.ui yuzu: Add custom ringcon configuration 2022-04-16 00:49:26 -05:00
configure_system.cpp Update some files with Qt 5.15.2 best practices in mind 2022-05-29 09:21:52 -07:00
configure_system.h yuzu: Reduce unused includes 2022-03-20 02:25:09 -04:00
configure_system.ui ui: let system locale control format of Custom RTC 2022-04-30 17:29:49 -07:00
configure_tas.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_tas.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_tas.ui core/hid: Add TAS input 2021-11-24 20:30:26 -06:00
configure_touch_from_button.cpp configure_touch_from_button: Eliminate variable shadowing 2022-06-14 08:30:09 -04:00
configure_touch_from_button.h configure_touch_from_button: Eliminate variable shadowing 2022-06-14 08:30:09 -04:00
configure_touch_from_button.ui ui/themes: Cleanup UI 2020-11-15 23:33:19 -05:00
configure_touch_widget.h Address review comments and fix code compilation 2020-08-29 20:56:51 +02:00
configure_touchscreen_advanced.cpp Allow all touch inputs at the same time and remove config options that are not longer necesary 2021-01-15 09:05:17 -06:00
configure_touchscreen_advanced.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_touchscreen_advanced.ui Allow all touch inputs at the same time and remove config options that are not longer necesary 2021-01-15 09:05:17 -06:00
configure_ui.cpp Changes to language order in General -> UI -> Interface Language 2022-04-27 02:33:16 -07:00
configure_ui.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_ui.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_vibration.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_vibration.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
configure_vibration.ui yuzu: config: Vibrate the controller while configuring vibration strength 2022-02-02 14:54:24 -06:00
configure_web.cpp yuzu qt: Make most UISettings a BasicSetting 2021-06-28 19:13:53 -04:00
configure_web.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_web.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
input_profiles.cpp general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00
input_profiles.h general: Convert source file copyright comments over to SPDX 2022-04-23 05:55:32 -04:00