mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-27 12:04:16 +01:00
automap: fix power button mapping (#6972)
This commit is contained in:
parent
30fcdc5474
commit
43cedf59af
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user