Merge pull request #6499 from Ebola16/SettingsGroup

Android: Initial implementation of Interface submenu
This commit is contained in:
Léo Lam 2018-06-03 12:02:56 +02:00 committed by GitHub
commit 86368fcd4d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 151 additions and 106 deletions

View file

@ -790,6 +790,8 @@ void SConfig::LoadDefaults()
iLatency = 20;
m_audio_stretch = false;
m_audio_stretch_max_latency = 80;
bUsePanicHandlers = true;
bOnScreenDisplayMessages = true;
iPosX = INT_MIN;
iPosY = INT_MIN;