mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-20 23:54:48 +00:00
Possibly fix weird control visibility issue #7417 although I don't quite get it..
This commit is contained in:
parent
ca512ea06a
commit
fef70c528b
@ -52,6 +52,7 @@ void TouchControlVisibilityScreen::CreateViews() {
|
||||
keyImages["L"] = I_L;
|
||||
keyImages["R"] = I_R;
|
||||
|
||||
keyToggles.clear();
|
||||
keyToggles["Circle"] = &g_Config.bShowTouchCircle;
|
||||
keyToggles["Cross"] = &g_Config.bShowTouchCross;
|
||||
keyToggles["Square"] = &g_Config.bShowTouchSquare;
|
||||
|
@ -27,7 +27,7 @@ namespace UI {
|
||||
|
||||
class TouchControlVisibilityScreen : public UIDialogScreenWithBackground {
|
||||
public:
|
||||
TouchControlVisibilityScreen() { }
|
||||
TouchControlVisibilityScreen() : toggleSwitch(true){ }
|
||||
|
||||
virtual void CreateViews();
|
||||
virtual void onFinish(DialogResult result);
|
||||
|
Loading…
x
Reference in New Issue
Block a user