mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 22:10:01 +00:00
Fix minor styling issue.
This commit is contained in:
parent
f3e76d6d79
commit
4a2b984e5f
@ -1437,7 +1437,7 @@ namespace MainWindow
|
||||
|
||||
case ID_EMULATION_SOUND:
|
||||
g_Config.bEnableSound = !g_Config.bEnableSound;
|
||||
if(g_Config.bEnableSound) {
|
||||
if (g_Config.bEnableSound) {
|
||||
if (PSP_IsInited() && !IsAudioInitialised())
|
||||
Audio_Init();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user