mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +00:00
VideoConfig: Rename "StereoMonoEFBDepth" to "StereoEFBMonoDepth"
Makes a little bit more sense.
This commit is contained in:
parent
1105dd7dcd
commit
31a55384b3
6 changed files with 8 additions and 8 deletions
|
@ -146,7 +146,7 @@ private:
|
|||
bool s_hires_textures;
|
||||
bool s_copy_cache_enable;
|
||||
bool s_stereo_3d;
|
||||
bool s_mono_efb_depth;
|
||||
bool s_efb_mono_depth;
|
||||
} backup_config;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue