Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h403 bool bShowTouchPause; member
H A DConfig.cpp979 ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, true, true, false),
981 ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, false, true, false),
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h403 bool bShowTouchPause; member
H A DConfig.cpp979 ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, true, true, false),
981 ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, false, true, false),
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h403 bool bShowTouchPause; member
H A DConfig.cpp979 ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, true, true, false),
981 ConfigSetting("ShowTouchPause", &g_Config.bShowTouchPause, false, true, false),
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp813 …ool showPauseButton = !System_GetPropertyBool(SYSPROP_HAS_BACK_BUTTON) || g_Config.bShowTouchPause; in CreateViews()
H A DGameSettingsScreen.cpp745 …CheckBox *enablePauseBtn = controlsSettings->Add(new CheckBox(&g_Config.bShowTouchPause, co->T("Sh… in CreateViews()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp813 …ool showPauseButton = !System_GetPropertyBool(SYSPROP_HAS_BACK_BUTTON) || g_Config.bShowTouchPause; in CreateViews()
H A DGameSettingsScreen.cpp745 …CheckBox *enablePauseBtn = controlsSettings->Add(new CheckBox(&g_Config.bShowTouchPause, co->T("Sh… in CreateViews()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DEmuScreen.cpp813 …ool showPauseButton = !System_GetPropertyBool(SYSPROP_HAS_BACK_BUTTON) || g_Config.bShowTouchPause; in CreateViews()
H A DGameSettingsScreen.cpp745 …CheckBox *enablePauseBtn = controlsSettings->Add(new CheckBox(&g_Config.bShowTouchPause, co->T("Sh… in CreateViews()