mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
vk/gl: add amber-blue anaglyph (ColorCode 3D)
This commit is contained in:
parent
7d9460a560
commit
6f2e843193
4 changed files with 12 additions and 0 deletions
|
@ -1294,6 +1294,7 @@ QString emu_settings::GetLocalizedSetting(const QString& original, emu_settings_
|
|||
case stereo_render_mode_options::anaglyph_red_cyan: return tr("Anaglyph Red-Cyan", "3D Display Mode");
|
||||
case stereo_render_mode_options::anaglyph_magenta_cyan: return tr("Anaglyph Magenta-Cyan", "3D Display Mode");
|
||||
case stereo_render_mode_options::anaglyph_trioscopic: return tr("Anaglyph Green-Magenta (Trioscopic)", "3D Display Mode");
|
||||
case stereo_render_mode_options::anaglyph_amber_blue: return tr("Anaglyph Amber-Blue (ColorCode 3D)", "3D Display Mode");
|
||||
}
|
||||
break;
|
||||
case emu_settings_type::MidiDevices:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue