Home
last modified time | relevance | path

Searched refs:bUISound (Results 1 – 12 of 12) sorted by relevance

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h210 bool bUISound; member
H A DConfig.cpp519 ConfigSetting("UISound", &g_Config.bUISound, false, true, false),
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h210 bool bUISound; member
H A DConfig.cpp519 ConfigSetting("UISound", &g_Config.bUISound, false, true, false),
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h210 bool bUISound; member
H A DConfig.cpp519 ConfigSetting("UISound", &g_Config.bUISound, false, true, false),
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DNativeApp.cpp1306 UI::SetSoundEnabled(g_Config.bUISound); in NativeUpdate()
H A DGameSettingsScreen.cpp905 systemSettings->Add(new CheckBox(&g_Config.bUISound, sy->T("UI Sound"))); in CreateViews()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DNativeApp.cpp1306 UI::SetSoundEnabled(g_Config.bUISound); in NativeUpdate()
H A DGameSettingsScreen.cpp905 systemSettings->Add(new CheckBox(&g_Config.bUISound, sy->T("UI Sound"))); in CreateViews()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DNativeApp.cpp1306 UI::SetSoundEnabled(g_Config.bUISound); in NativeUpdate()
H A DGameSettingsScreen.cpp905 systemSettings->Add(new CheckBox(&g_Config.bUISound, sy->T("UI Sound"))); in CreateViews()