mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-04 01:46:42 +00:00
SDL: Fix compiler warning and joystick event handling
This commit is contained in:
parent
e67ec0dbe1
commit
3b68380ca3
@ -110,7 +110,7 @@ struct JoystickState {
|
||||
* Some of the button indices match well-known game controller
|
||||
* buttons. See JoystickButton.
|
||||
*/
|
||||
byte button;
|
||||
int8 button;
|
||||
};
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user