citra, citra_qt, settings.h: Add Options for Stereoscopic 3D

This commit is contained in:
N00byKing 2018-04-06 15:21:01 +02:00
parent 08b119153d
commit e4788130e5
6 changed files with 50 additions and 0 deletions

View file

@ -132,6 +132,9 @@ struct Values {
float bg_green;
float bg_blue;
bool toggle_3d;
u8 factor_3d;
// Audio
std::string sink_id;
bool enable_audio_stretching;