mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fixes #6353
This commit is contained in:
parent
359f72078d
commit
1f538eacab
1 changed files with 1 additions and 0 deletions
|
@ -408,6 +408,7 @@ static ConfigSetting soundSettings[] = {
|
|||
ConfigSetting("VolumeBGM", &g_Config.iBGMVolume, 7),
|
||||
ConfigSetting("VolumeSFX", &g_Config.iSFXVolume, 7),
|
||||
ConfigSetting("AudioLatency", &g_Config.IaudioLatency, 1),
|
||||
ConfigSetting("SoundSpeedHack", &g_Config.bSoundSpeedHack, false),
|
||||
|
||||
ConfigSetting(false),
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue