mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-12 04:35:56 +00:00
edit imgui flag after updating
This commit is contained in:
parent
2e36ddb559
commit
50067ffadf
1 changed files with 1 additions and 0 deletions
|
@ -734,6 +734,7 @@ static void UpdateGamepads() {
|
||||||
SDL_Gamepad* SDLGamepad = Input::m_gamepad;
|
SDL_Gamepad* SDLGamepad = Input::m_gamepad;
|
||||||
if (SDLGamepad) {
|
if (SDLGamepad) {
|
||||||
bd->gamepads.push_back(SDLGamepad);
|
bd->gamepads.push_back(SDLGamepad);
|
||||||
|
bd->want_update_gamepads_list = false;
|
||||||
} else {
|
} else {
|
||||||
// Update list of gamepads to use
|
// Update list of gamepads to use
|
||||||
if (bd->want_update_gamepads_list &&
|
if (bd->want_update_gamepads_list &&
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue