show button

This commit is contained in:
madwind
2025-01-14 18:36:01 +08:00
parent c4b9aedc0f
commit b8b3767613
9 changed files with 392 additions and 363 deletions

View File

@@ -316,6 +316,7 @@ namespace Ryujinx.Input.SDL3
// Do not touch state of button already pressed
if (!result.IsPressed(entry.To))
{
result.SetPressed(entry.To, rawState.IsPressed(entry.From));
}
}