mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
also, don't hardcode the timer interval in the callback
This commit is contained in:
@ -253,7 +253,7 @@ Uint32 JoyPoll(Uint32 interval, void* param)
|
||||
return 0;
|
||||
}
|
||||
|
||||
return 100;
|
||||
return interval;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user