mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
fix bugs, make it more responsive
This commit is contained in:
@ -788,12 +788,12 @@ int EmuThreadFunc(void* burp)
|
||||
|
||||
while (EmuRunning != 0)
|
||||
{
|
||||
SDL_JoystickUpdate();
|
||||
|
||||
if (EmuRunning == 1)
|
||||
{
|
||||
EmuStatus = 1;
|
||||
|
||||
SDL_JoystickUpdate();
|
||||
|
||||
if (Joystick)
|
||||
{
|
||||
if (!SDL_JoystickGetAttached(Joystick))
|
||||
|
Reference in New Issue
Block a user