mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-26 23:10:38 +00:00
fixed dPad visibility
This commit is contained in:
parent
122f19a3cf
commit
81cae1e446
@ -310,7 +310,7 @@ void TouchControlLayoutScreen::CreateViews() {
|
||||
|
||||
controls_.push_back(actionButtons);
|
||||
|
||||
if (g_Config.bShowTouchCross) {
|
||||
if (g_Config.bShowTouchDpad) {
|
||||
controls_.push_back(new PSPDPadButtons(g_Config.iDpadX, g_Config.iDpadY, g_Config.iDpadRadius, scale));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user