mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
EMERGENCY FIX
This commit is contained in:
parent
6d474ac59d
commit
cfe6ac5e03
1 changed files with 1 additions and 1 deletions
|
@ -630,7 +630,7 @@ void GameSettingsScreen::CreateAudioSettings(UI::ViewGroup *audioSettings) {
|
||||||
|
|
||||||
audioSettings->Add(new ItemHeader(ms->T("Audio")));
|
audioSettings->Add(new ItemHeader(ms->T("Audio")));
|
||||||
CheckBox *enableSound = audioSettings->Add(new CheckBox(&g_Config.bEnableSound,a->T("Enable Sound")));
|
CheckBox *enableSound = audioSettings->Add(new CheckBox(&g_Config.bEnableSound,a->T("Enable Sound")));
|
||||||
OnClickPostDarwinNotification(enableSound, "AudioConfChanged", "EnableSound")
|
OnClickPostDarwinNotification(enableSound, "AudioConfChanged", "EnableSound")
|
||||||
|
|
||||||
PopupSliderChoice *volume = audioSettings->Add(new PopupSliderChoice(&g_Config.iGlobalVolume, VOLUME_OFF, VOLUME_FULL, a->T("Global volume"), screenManager()));
|
PopupSliderChoice *volume = audioSettings->Add(new PopupSliderChoice(&g_Config.iGlobalVolume, VOLUME_OFF, VOLUME_FULL, a->T("Global volume"), screenManager()));
|
||||||
volume->SetEnabledPtr(&g_Config.bEnableSound);
|
volume->SetEnabledPtr(&g_Config.bEnableSound);
|
||||||
|
|
Loading…
Add table
Reference in a new issue