mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Let touch controls work even if they are not displayed, some people like this.
This commit is contained in:
parent
d46812a49f
commit
be755cb253
@ -161,8 +161,9 @@ void EmuScreen::update(InputState &input) {
|
||||
return;
|
||||
|
||||
// First translate touches into native pad input.
|
||||
if (g_Config.bShowTouchControls)
|
||||
UpdateGamepad(input);
|
||||
// Do this no matter the value of g_Config.bShowTouchControls, some people
|
||||
// like to use invisible controls...
|
||||
UpdateGamepad(input);
|
||||
|
||||
UpdateInputState(&input);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user