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
commit 574824a26c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;