suyu/src/yuzu/configuration
lat9nq 1c93476a80 video_core,yuzu: Move UpdateRescalingInfo call to video_core
This only needs to happen once per game boot, so we can just call it
during CreateGPU and be done with it, avoiding the need to call it in
the frontends.
2021-11-16 22:11:30 +01:00
..
config.cpp video_core,yuzu: Move UpdateRescalingInfo call to video_core 2021-11-16 22:11:30 +01:00
config.h Renderer: Implement Bicubic and ScaleForce filters. 2021-11-16 22:11:29 +01:00
configuration_shared.cpp general: Implement FullscreenMode enumeration 2021-07-23 10:14:37 -04:00
configuration_shared.h general: Implement FullscreenMode enumeration 2021-07-23 10:14:37 -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 configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_audio.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -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 configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_cpu.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_cpu.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_cpu_debug.cpp configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_cpu_debug.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_cpu_debug.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_debug.cpp configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_debug.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_debug.ui Clean-up and nits 2021-09-22 00:56:03 -06:00
configure_debug_controller.cpp yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_debug_controller.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_debug_controller.ui ui/themes: Cleanup UI 2020-11-15 23:33:19 -05:00
configure_debug_tab.cpp configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_debug_tab.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -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 Merge pull request #7186 from MightyCreak/fix-crash-configure-window 2021-10-26 22:15:45 -04:00
configure_dialog.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_filesystem.cpp input_common/tas: Document the main class 2021-09-18 23:22:48 +02:00
configure_filesystem.h config: Move TAS options to it's own menu 2021-09-18 23:22:30 +02: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 configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_general.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_general.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_graphics.cpp video_core,yuzu: Move UpdateRescalingInfo call to video_core 2021-11-16 22:11:30 +01:00
configure_graphics.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_graphics.ui Renderer: Implement Bicubic and ScaleForce filters. 2021-11-16 22:11:29 +01:00
configure_graphics_advanced.cpp configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_graphics_advanced.h configuration: Add const qualifier where able 2021-10-07 13:50:13 -04:00
configure_graphics_advanced.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_hotkeys.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
configure_hotkeys.h Add Restore Defaults and Clear options to hotkeys 2020-04-24 23:50:26 +02: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 qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_input.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_input.ui configure_input: Add per-player vibration 2020-11-15 23:33:20 -05:00
configure_input_advanced.cpp Hide XInput bypass on non-Windows OSes 2021-09-18 14:41:51 +03:00
configure_input_advanced.h general: Fix compiler warnings on linux and miscellaneous changes 2020-11-15 23:33:21 -05:00
configure_input_advanced.ui input_common: Enable steam controllers and 8 player support 2021-09-10 00:58:12 -05:00
configure_input_player.cpp yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_input_player.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_input_player.ui configure/ui: Add sliders for trigger buttons 2021-07-17 13:30:43 -05:00
configure_input_player_widget.cpp Fix a few warnings 2021-10-11 19:21:17 -04:00
configure_input_player_widget.h input_common/tas: Base playback & recording system 2021-09-18 23:22:00 +02:00
configure_input_profile_dialog.cpp yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_input_profile_dialog.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -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 general: Make most settings a BasicSetting 2021-06-28 17:32:17 -04:00
configure_motion_touch.h Use a single connection for UDP server, make connection test longer and check all pads instead of only the first one 2021-03-30 22:17:08 -05:00
configure_motion_touch.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_mouse_advanced.cpp input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
configure_mouse_advanced.h input_common: Eliminate most global state 2020-08-27 16:11:17 -04:00
configure_mouse_advanced.ui ui/themes: Cleanup UI 2020-11-15 23:33:19 -05:00
configure_network.cpp yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_network.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04: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 Geometry property removal and rewording 2021-10-25 17:39:36 -05:00
configure_per_game.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_per_game.ui Geometry property removal and rewording 2021-10-25 17:39:36 -05:00
configure_per_game_addons.cpp configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04:00
configure_per_game_addons.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -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 profile_manager: Resize any image bigger than 256p 2021-10-29 17:56:51 -05: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_system.cpp settings: Remove std::chrono usage 2021-10-17 00:37:49 -04:00
configure_system.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_system.ui yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
configure_tas.cpp configure_tas: Remove help button from dialog window 2021-09-29 00:12:31 -04:00
configure_tas.h config: Move TAS options to it's own menu 2021-09-18 23:22:30 +02:00
configure_tas.ui add_link 2021-10-16 21:48:49 -05:00
configure_touch_from_button.cpp common: Move settings to common from core. 2021-04-14 16:24:03 -07:00
configure_touch_from_button.h Address second batch of reviews 2020-08-30 00:43:25 +02: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 configuration: Use std::make_unique instead of operator new for ui 2021-10-15 15:26:32 -04: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 UI: Relocate tas menu and add brief description 2021-09-18 23:23:03 +02:00
configure_vibration.h input_common: Add VibrationDevice and VibrationDeviceFactory 2020-11-15 23:33:20 -05:00
configure_vibration.ui configure_input: Add per-player vibration 2020-11-15 23:33:20 -05: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 yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00
input_profiles.h yuzu qt: Remove global system instances from config, WaitTree, main 2021-10-07 13:50:13 -04:00