mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix minor styling issue.
This commit is contained in:
parent
f3e76d6d79
commit
4a2b984e5f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue