mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
Merge pull request #6499 from Ebola16/SettingsGroup
Android: Initial implementation of Interface submenu
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user