643 Commits (9dfbc9bdce15c299faf06aa7bf68a8660366daee)

Author SHA1 Message Date
Lioncash 8fc806e88a yuzu: Remove setting for using Unicorn 7 years ago
fearlessTobi 447bdac298 yuzu: Remove CPU Jit setting from the UI 7 years ago
Zach Hilman efa7d8d04b settings: Add config option for kiosk (quest) mode 7 years ago
Tobias 0c64a6f0f2
Change to a more descriptive name 7 years ago
Tobias c5b20a108d
yuzu/configure_input: Add missing space in window name 7 years ago
Lioncash c09ff382a4 yuzu/configuration: Make all widgets and dialogs aware of language changes 7 years ago
Lioncash e1d755bdda yuzu/configuration: Make function naming consistent 7 years ago
ReinUsesLisp 7259f7a733 rasterizer_opengl: Remove OpenGL core profile 7 years ago
ReinUsesLisp 3f11d1c821 qt: Silence name collision warnings 7 years ago
fearlessTobi d9c1b94f03 yuzu: Remove unused birthday setting 7 years ago
Zach Hilman 46e2ca5475 game_list_worker: Add better error handling to caching 7 years ago
Zach Hilman 944c07ac7d yuzu: Clear partial/full game list cache when data is updated 7 years ago
Zach Hilman 180f22f17e ui_settings: Add option to cache game list 7 years ago
Zach Hilman b77fde7c5c loader: Move NSO module tracking to AppLoader 7 years ago
Zach Hilman 6f0ee45b5c qt: Make UI option for 'Reporting Services' temporary 7 years ago
Zach Hilman 658d2ee97d settings: Add 'Reporting Services' config option 7 years ago
Lioncash 88cd5e888e configure_hotkeys: Remove unnecessary Settings::Apply() call 7 years ago
Lioncash 6640f631e2 configure_hotkeys: Tidy up key sequence conflict error string 7 years ago
Lioncash d61199721d configure_hotkeys: Change critical error dialog into a warning dialog 7 years ago
Lioncash ef3c0f54d0 configure_hotkeys: Move conflict detection logic to IsUsedKey() 7 years ago
Lioncash c03fb00ac1 configure_hotkeys: Remove unused EmitHotkeysChanged() 7 years ago
Lioncash d623e38d18 yuzu/configuration/configure_graphics: Eliminate type narrowing in a connect call 7 years ago
Lioncash f49a04ba39 yuzu/configuration/config: Make default hotkeys an internally-linked array in the cpp file 7 years ago
Lioncash 938d6dca30 yuzu/configuration/config: Specify string conversions explicitly 7 years ago
Lioncash 2318c394a8 yuzu/configuration/configure_web: Specify string conversions explicitly 7 years ago
Lioncash d9c4d64ed5 yuzu/configuration/configure_system: Specify string conversions explicitly 7 years ago
Lioncash 428d8098a7 yuzu/configuration/configure_profile_manager: Mark UI string as translatable 7 years ago
Lioncash 17255cd835 yuzu/configuration/configure_per_general: Specify string conversions explicitly 7 years ago
Lioncash 3039211c20 yuzu/configuration/configure_mouse_advanced: Clean up array accesses 7 years ago
Lioncash c9c4208c4a yuzu/configuration/configure_mouse_advanced: Specify string conversions explicitly 7 years ago
Lioncash aa83639b78 yuzu/configuration/configure_input_player: Clean up array accesses 7 years ago
Lioncash 4d2da5a40a yuzu/configuration/configure_input_player: Specify string conversions explicitly 7 years ago
Lioncash d81d4a0f68 yuzu/configuration/configure_input: Mark controller type names as translateable 7 years ago
Lioncash 7e650088dd yuzu/configuration/configure_general: Specify string conversions explicitly 7 years ago
Lioncash 05235ccaa9 yuzu/configuration/configure_gamelist: Specify string conversions explicitly 7 years ago
Lioncash 5f01ec338e yuzu/configuration/configure_audio: Store power on query into a variable 7 years ago
Lioncash d00ca5c6c8 yuzu/configuration/configure_audio: Tidy up function cast 7 years ago
Lioncash d184224e8f yuzu/configuration/configure_audio: Specify string conversions explicitly 7 years ago
ReinUsesLisp 4cf64f8e09 qt/configure_graphics: Shadow options at runtime 7 years ago
Lioncash f3c18d622e configure_dialog: Remove the Whats This? button from the dialog 7 years ago
Lioncash 4ef3329f81 configuration/config: Move config loading and saving to functions based off groups 7 years ago
Zach Hilman 851c01c45e profile_select: Port Service::Account::UUID to Common::UUID 7 years ago
Fernando Sahmkow 788497fd9d Allow picking a Compatibility Profile for OpenGL. 7 years ago
FreddyFunk dffa1a872a ui_settings: Rename game directory variables 7 years ago
Lioncash e1101d3e20 configure_hotkeys: Pass the dialog as a parent to SequenceDialog() 7 years ago
Lioncash b47c0c8a80 configure_hotkeys: Avoid dialog memory leak within Configure() 7 years ago
Lioncash dbf13f8169 configure_hotkeys: Mark member variables as const where applicable in Configure() 7 years ago
Lioncash cf6cdd20f8 configure_hotkeys: Make comparison check a little more self-documenting 7 years ago
Lioncash c4ba717491 configure_dialog: Amend constructor initializer list order 7 years ago
Lioncash 8c05dfaa61 configure_hotkey: Remove unnecessary include 7 years ago