aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Input/IGamepadDriver.cs
AgeCommit message (Collapse)Author
2024-05-17Disable keyboard controller input while swkbd is open (foreground) (second ↵TSRBerry
attempt) (#6808) * Block input updates while swkbd is open in foreground mode * Flush internal driver state before unblocking input updates * Rename Flush to Clear and remove unnecessary attribute * Clear the driver state only if the GamepadDriver isn't null
2024-05-15Revert "Disable keyboard controller input while swkbd is open (foreground) ↵gdkchan
(#…" (#6805) This reverts commit a3dc295c5f867bddb56a38f3a848ceb61ff30d32.
2024-05-14Disable keyboard controller input while swkbd is open (foreground) (#6646)TSRBerry
* Block input updates while swkbd is open in foreground mode * Flush internal driver state before unblocking input updates * Rename Flush to Clear and remove unnecessary attribute
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
2023-04-27Move solution and projects to srcTSR Berry