mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 09:51:58 +00:00
Merge pull request #6499 from Ebola16/SettingsGroup
Android: Initial implementation of Interface submenu
This commit is contained in:
commit
86368fcd4d
7 changed files with 151 additions and 106 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue