1
0
Fork 0
forked from suyu/suyu
suyu/src/yuzu/configuration
fearlessTobi 447bdac298 yuzu: Remove CPU Jit setting from the UI
A normal user shouldn't change this, as it will slow down the emulation and can lead to bugs or crashes. The renaming is done in order to prevent users from leaving this on without a way to turn it off from the UI.
2019-07-04 14:48:08 +02:00
..
config.cpp yuzu: Remove CPU Jit setting from the UI 2019-07-04 14:48:08 +02:00
config.h yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp file 2019-05-20 21:09:35 -04:00
configure.ui yuzu: Make hotkeys configurable via the GUI 2019-03-16 03:55:57 +01:00
configure_audio.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_audio.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_audio.ui qt: Silence name collision warnings 2019-05-29 21:35:05 -03:00
configure_debug.cpp Merge pull request #2482 from DarkLordZach/prepo 2019-06-21 14:05:18 -04:00
configure_debug.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_debug.ui Merge pull request #2482 from DarkLordZach/prepo 2019-06-21 14:05:18 -04:00
configure_dialog.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_dialog.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_gamelist.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_gamelist.h yuzu/configuration: Make function naming consistent 2019-06-05 15:40:33 -04:00
configure_gamelist.ui game_list: Make add-ons column optional 2018-11-01 20:27:12 -04:00
configure_general.cpp yuzu: Remove CPU Jit setting from the UI 2019-07-04 14:48:08 +02:00
configure_general.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_general.ui yuzu: Remove CPU Jit setting from the UI 2019-07-04 14:48:08 +02:00
configure_graphics.cpp Merge pull request #2553 from lioncash/language 2019-06-07 21:46:08 -04:00
configure_graphics.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_graphics.ui rasterizer_opengl: Remove OpenGL core profile 2019-05-30 13:21:00 -03:00
configure_hotkeys.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_hotkeys.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_hotkeys.ui yuzu: Make hotkeys configurable via the GUI 2019-03-16 03:55:57 +01:00
configure_input.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_input.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_input.ui Merge pull request #2594 from FearlessTobi/very-important-change 2019-06-19 19:15:37 -04:00
configure_input_player.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_input_player.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_input_player.ui configure_input_player: Set minimum width on controls 2018-11-18 23:22:36 -05:00
configure_input_simple.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_input_simple.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_input_simple.ui configure_input: Add ConfigureInputSimple as default input UI config 2018-12-05 14:02:02 -05:00
configure_mouse_advanced.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_mouse_advanced.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_mouse_advanced.ui qt: Add UI to configure mouse buttons 2018-11-18 23:22:36 -05:00
configure_per_general.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_per_general.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_per_general.ui qt: Add UI to display game properties and disable add-ons 2018-12-03 17:21:25 -05:00
configure_profile_manager.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_profile_manager.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_profile_manager.ui qt: Move profile manager to own UI tab 2019-01-04 17:32:13 -05:00
configure_system.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_system.h yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04:00
configure_system.ui yuzu: Remove unused birthday setting 2019-05-29 23:31:55 +02:00
configure_touchscreen_advanced.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -04: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 qt: Add UI to configure touchscreen parameters 2018-11-18 23:22:36 -05:00
configure_web.cpp yuzu/configuration: Make all widgets and dialogs aware of language changes 2019-06-05 21:57:21 -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 Port web_service from Citra 2018-10-02 15:30:48 +02:00