index
:
Ryujinx
master
A backup of the Ryujinx master git branch.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Ryujinx.Input
Age
Commit message (
Expand
)
Author
2024-05-17
Fix another NullReferenceException (#6826)
TSRBerry
2024-05-17
Disable keyboard controller input while swkbd is open (foreground) (second at...
TSRBerry
2024-05-15
Revert "Disable keyboard controller input while swkbd is open (foreground) (#...
gdkchan
2024-05-14
Disable keyboard controller input while swkbd is open (foreground) (#6646)
TSRBerry
2024-04-28
Fix direct keyboard not working when using a Controller. (#6716)
MaxLastBreath
2024-04-17
Ava UI: Input Menu Refactor (#5826)
Isaac Marovitz
2024-04-15
Fix crash when changing controller config (#6654)
Luke
2024-01-22
Input: Improve controller identification (#6029)
riperiperi
2023-12-04
editorconfig: Set default encoding to UTF-8 (#5793)
TSRBerry
2023-11-15
Migrate to .NET 8 (#5887)
Zoltan Csizmadia
2023-10-21
Revert "Ava UI: Input Menu Refactor (#4998)"
TSR Berry
2023-10-21
Ava UI: Input Menu Refactor (#4998)
Isaac Marovitz
2023-06-28
[Ryujinx.Input] Address dotnet-format issues (#5384)
TSRBerry
2023-06-15
Blocks should be synchronized on read-only fields (#5212)
Marco Carvalho
2023-06-09
Prefer a 'TryGetValue' call over a Dictionary indexer access guarded by a 'Co...
Marco Carvalho
2023-04-27
Move solution and projects to src
TSR Berry