Home
last modified time | relevance | path

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

/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/UI/
H A DTouchControlVisibilityScreen.cpp179 vert->Add(new CheckBox(&g_Config.bRightAnalogCustom, co->T("Use custom right analog"))); in CreateViews()
180 …logDisableDiagonal, co->T("Disable diagonal input")))->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
188 rightAnalogUp->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
189 rightAnalogDown->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
190 rightAnalogLeft->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
191 rightAnalogRight->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
192 rightAnalogPress->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
H A DGamepadEmu.cpp829 if (g_Config.bRightAnalogCustom) in CreatePadLayout()
/dports/emulators/ppsspp/ppsspp-1.12.3/UI/
H A DTouchControlVisibilityScreen.cpp179 vert->Add(new CheckBox(&g_Config.bRightAnalogCustom, co->T("Use custom right analog"))); in CreateViews()
180 …logDisableDiagonal, co->T("Disable diagonal input")))->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
188 rightAnalogUp->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
189 rightAnalogDown->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
190 rightAnalogLeft->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
191 rightAnalogRight->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
192 rightAnalogPress->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
H A DGamepadEmu.cpp829 if (g_Config.bRightAnalogCustom) in CreatePadLayout()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/UI/
H A DTouchControlVisibilityScreen.cpp179 vert->Add(new CheckBox(&g_Config.bRightAnalogCustom, co->T("Use custom right analog"))); in CreateViews()
180 …logDisableDiagonal, co->T("Disable diagonal input")))->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
188 rightAnalogUp->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
189 rightAnalogDown->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
190 rightAnalogLeft->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
191 rightAnalogRight->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
192 rightAnalogPress->SetEnabledPtr(&g_Config.bRightAnalogCustom); in CreateViews()
H A DGamepadEmu.cpp829 if (g_Config.bRightAnalogCustom) in CreatePadLayout()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DConfig.h321 bool bRightAnalogCustom; member
H A DConfig.cpp552 ConfigSetting("RightAnalogCustom", &g_Config.bRightAnalogCustom, false, true, true),
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h321 bool bRightAnalogCustom; member
H A DConfig.cpp552 ConfigSetting("RightAnalogCustom", &g_Config.bRightAnalogCustom, false, true, true),
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DConfig.h321 bool bRightAnalogCustom; member
H A DConfig.cpp552 ConfigSetting("RightAnalogCustom", &g_Config.bRightAnalogCustom, false, true, true),