Merge pull request #3632 from N00byKing/3dtv_botenable

Add Support for Stereoscopic 3D
This commit is contained in:
James Rowe
2018-06-17 21:05:15 -06:00
committed by GitHub
10 changed files with 115 additions and 19 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;