1
0
Fork 0
mirror of https://github.com/PabloMK7/citra.git synced 2025-07-05 15:05:15 +00:00

Change Monoscopic Render mode to a dropdown ()

This commit is contained in:
Vitor K 2022-12-23 23:17:49 -03:00 committed by GitHub
parent ae3d50f71f
commit c8ff1d744a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 47 additions and 29 deletions
src/citra_qt/configuration

View file

@ -483,7 +483,7 @@ void Config::ReadLayoutValues() {
ReadGlobalSetting(Settings::values.upright_screen);
if (global) {
ReadBasicSetting(Settings::values.mono_render_left_eye);
ReadBasicSetting(Settings::values.mono_render_option);
ReadBasicSetting(Settings::values.custom_layout);
ReadBasicSetting(Settings::values.custom_top_left);
ReadBasicSetting(Settings::values.custom_top_top);
@ -991,7 +991,7 @@ void Config::SaveLayoutValues() {
WriteGlobalSetting(Settings::values.upright_screen);
if (global) {
WriteBasicSetting(Settings::values.mono_render_left_eye);
WriteBasicSetting(Settings::values.mono_render_option);
WriteBasicSetting(Settings::values.custom_layout);
WriteBasicSetting(Settings::values.custom_top_left);
WriteBasicSetting(Settings::values.custom_top_top);