diff --git a/emu-configs/citra/qt-config.ini b/emu-configs/citra/qt-config.ini index 3f00ece3..2038d65b 100644 --- a/emu-configs/citra/qt-config.ini +++ b/emu-configs/citra/qt-config.ini @@ -3,6 +3,10 @@ audio_emulation=0 audio_emulation\default=true enable_audio_stretching=true enable_audio_stretching\default=true +input_device=auto +input_device\default=true +input_type=0 +input_type\default=true mic_input_device=Default mic_input_device\default=true mic_input_type=0 @@ -11,7 +15,9 @@ output_device=auto output_device\default=true output_engine=auto output_engine\default=true -volume=@Variant(\0\0\0\x87?\x80\0\0) +output_type=0 +output_type\default=true +volume=1 volume\default=true [Camera] @@ -233,8 +239,8 @@ filter_mode=true filter_mode\default=true large_screen_proportion=@Variant(\0\0\0\x87@\x80\0\0) large_screen_proportion\default=true -layout_option=0 -layout_option\default=true +layout_option=5 +layout_option\default=false mono_render_option=0 mono_render_option\default=true pp_shader_name=none (builtin) @@ -251,6 +257,10 @@ log_filter=*:Info log_filter\default=true [Renderer] +async_presentation=true +async_presentation\default=true +async_shader_compilation=false +async_shader_compilation\default=true bg_blue=0 bg_blue\default=true bg_green=0 @@ -261,10 +271,16 @@ frame_limit=100 frame_limit\default=true graphics_api=1 graphics_api\default=true +physical_device=0 +physical_device\default=true resolution_factor=1 resolution_factor\default=true shaders_accurate_mul=true shaders_accurate_mul\default=true +spirv_shader_gen=true +spirv_shader_gen\default=true +texture_filter=0 +texture_filter\default=true texture_filter_name=Linear (Default) texture_filter_name\default=false use_disk_shader_cache=true @@ -303,6 +319,14 @@ GameList\row1=2 GameList\row1\default=true GameList\row2=0 GameList\row2\default=true +GameList\show_compat_column=true +GameList\show_compat_column\default=true +GameList\show_region_column=true +GameList\show_region_column\default=true +GameList\show_size_column=true +GameList\show_size_column\default=true +GameList\show_type_column=true +GameList\show_type_column\default=true GameList\singleLineMode=false GameList\singleLineMode\default=true Multiplayer\game_id=0 @@ -437,6 +461,10 @@ Shortcuts\Main%20Window\Toggle%203D\Context=1 Shortcuts\Main%20Window\Toggle%203D\Context\default=false Shortcuts\Main%20Window\Toggle%203D\KeySeq= Shortcuts\Main%20Window\Toggle%203D\KeySeq\default=false +Shortcuts\Main%20Window\Toggle%20Custom%20Textures\Context=2 +Shortcuts\Main%20Window\Toggle%20Custom%20Textures\Context\default=true +Shortcuts\Main%20Window\Toggle%20Custom%20Textures\KeySeq=F7 +Shortcuts\Main%20Window\Toggle%20Custom%20Textures\KeySeq\default=false Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Context=1 Shortcuts\Main%20Window\Toggle%20Filter%20Bar\Context\default=false Shortcuts\Main%20Window\Toggle%20Filter%20Bar\KeySeq= @@ -488,6 +516,8 @@ hideInactiveMouse=false hideInactiveMouse\default=true pauseWhenInBackground=false pauseWhenInBackground\default=true +saveStateWarning=true +saveStateWarning\default=true screenshot_resolution_factor=0 screenshot_resolution_factor\default=true showConsole=false @@ -502,6 +532,8 @@ theme=colorful_dark theme\default=false [Utility] +async_custom_loading=true +async_custom_loading\default=true custom_textures=false custom_textures\default=true dump_textures=false @@ -532,4 +564,4 @@ citra_username=RetroDECK enable_telemetry=false enable_telemetry\default=false web_api_url=https://api.citra-emu.org -web_api_url\default=true +web_api_url\default=true \ No newline at end of file