mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 21:39:52 +00:00
Fixes #6353
This commit is contained in:
parent
359f72078d
commit
1f538eacab
@ -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…
Reference in New Issue
Block a user