mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
edit imgui flag after updating
This commit is contained in:
parent
2e36ddb559
commit
50067ffadf
@ -734,6 +734,7 @@ static void UpdateGamepads() {
|
||||
SDL_Gamepad* SDLGamepad = Input::m_gamepad;
|
||||
if (SDLGamepad) {
|
||||
bd->gamepads.push_back(SDLGamepad);
|
||||
bd->want_update_gamepads_list = false;
|
||||
} else {
|
||||
// Update list of gamepads to use
|
||||
if (bd->want_update_gamepads_list &&
|
||||
|
Loading…
Reference in New Issue
Block a user