WIP: SDL3 #533

Closed
madwind wants to merge 64 commits from SDL3 into master
Showing only changes of commit 0c25cc1a81 - Show all commits

View File

@ -405,10 +405,6 @@ namespace Ryujinx.Input.SDL3
return false;
}
if (SDL_GetGamepadButton(_gamepadHandle, button))
{
Console.WriteLine(_gamepadType+": " + button+" => "+inputId);
}
return SDL_GetGamepadButton(_gamepadHandle, button);
}