automap: fix power button mapping (#6972)

This commit is contained in:
Vitor K 2023-09-14 18:41:55 -03:00 committed by GitHub
parent 30fcdc5474
commit 43cedf59af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -139,6 +139,7 @@ constexpr std::array<SDL_GameControllerButton, Settings::NativeButton::NumButton
SDL_CONTROLLER_BUTTON_INVALID, SDL_CONTROLLER_BUTTON_INVALID,
SDL_CONTROLLER_BUTTON_INVALID, SDL_CONTROLLER_BUTTON_INVALID,
SDL_CONTROLLER_BUTTON_GUIDE, SDL_CONTROLLER_BUTTON_GUIDE,
SDL_CONTROLLER_BUTTON_INVALID,
}}; }};
struct SDLJoystickDeleter { struct SDLJoystickDeleter {