Game no longer crashes on Dolphin
This commit is contained in:
@@ -38,7 +38,7 @@ void inputUpdateSDL2(void) {
|
||||
#endif
|
||||
}
|
||||
|
||||
float_t inputButtonGetValue(const inputbutton_t button) {
|
||||
float_t inputButtonGetValueSDL2(const inputbutton_t button) {
|
||||
switch(button.type) {
|
||||
#ifdef DUSK_INPUT_KEYBOARD
|
||||
case INPUT_BUTTON_TYPE_KEYBOARD: {
|
||||
|
||||
Reference in New Issue
Block a user