remove log

This commit is contained in:
madwind 2025-01-16 21:51:05 +08:00
parent 6e7c787cb4
commit 0c25cc1a81

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);
}