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
/
Ryujinx.HLE
/
HOS
/
Applets
Age
Commit message (
Expand
)
Author
2023-04-27
Move solution and projects to src
TSR Berry
2023-03-17
Reducing memory allocations (#4537)
jhorv
2023-03-04
Minor code formatting (#4498)
gdkchan
2023-03-01
Update LibHac to 0.18.0 (#4414)
Steveice10
2023-01-18
Optimize string memory usage. Use Spans and StringBuilders where possible (#3...
Andrey Sukharev
2022-12-12
Use method overloads that support trimming. Mark some types to be trimming fr...
Andrey Sukharev
2022-12-06
UI: Add Metal surface creation for MoltenVK (#3980)
riperiperi
2022-12-04
Use source generated regular expressions (#4005)
Andrey Sukharev
2022-12-01
Revert "nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3 (#3976)"
Mary
2022-12-01
nuget: bump SixLabors.ImageSharp from 1.0.4 to 2.1.3 (#3976)
dependabot[bot]
2022-11-24
Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)
Mary-nyan
2022-11-16
Prevent raw Unicode control codes from showing on software keyboard applet. (...
Logan Stromberg
2022-08-18
Removed unused usings. (#3593)
Nicholas Rodine
2022-08-15
ControllerApplet: Override player counts when SingleMode is set (#3571)
mageven
2022-08-11
Rename ToSpan to AsSpan (#3556)
gdkchan
2022-05-15
Avalonia UI - Part 1 (#3270)
Emmanuel Hansen
2022-03-22
hle: Some cleanup (#3210)
Ac_K
2022-01-12
Update to LibHac 0.15.0 (#2986)
Alex Barney
2021-12-23
Update to LibHac v0.14.3 (#2925)
Alex Barney
2021-11-28
infra: Migrate to .NET 6 (#2829)
Mary
2021-11-01
hle: Make Ryujinx.HLE project entirely safe (#2789)
Mary
2021-10-28
Add support for the brazilian portuguese language code (#2792)
gdkchan
2021-10-13
Fix regression with foreground software keyboard (#2732)
Caian Benedicto
2021-10-12
Inline software keyboard without input pop up dialog (#2180)
Caian Benedicto
2021-05-02
hid: Rewrite shared memory management (#2257)
Mary
2021-04-17
Return focus from controller applet after completion (#2218)
riperiperi
2021-04-13
account: Adds AccountManager (#2184)
Ac_K
2021-03-19
ErrorApplet: Implement ApplicationErrorArg (#2123)
Ac_K
2021-02-28
Improve heuristic for showing the keyboard (#2066)
Caian Benedicto
2021-02-11
Improve inline keyboard compatibility (#1959)
Caian Benedicto
2021-01-11
Add support for inline software keyboard (#1868)
Caian Benedicto
2020-09-28
Basic impl of Error Applet (#1551)
Ac_K
2020-08-23
Improve multi-controller support in HID and Controller Applet (#1453)
mageven
2020-08-04
Improved Logger (#1292)
mageven
2020-08-03
Implement Software Keyboard GTK frontend (#1434)
mageven
2020-05-15
am: Implement common web applets (#1188)
Thog
2020-05-10
Suppress CS0169 CS0649 warns from HID structs (#1222)
mageven
2020-04-03
Revert SwKbd Applet ReadStruct and fix IApplet's ReadStruct to catch (#1087)
mageven
2020-04-03
HID SharedMem Rework (#1003)
mageven
2020-01-26
SoftwareKeyboard: Interactive data size should include size field. (#907)
bunnei
2019-12-03
Fully reverse swkbd configuration structure and follow-up to swkbd implementa...
jduncanator
2019-11-18
Initial swkbd implementation (#826)
jduncanator
2019-11-14
Implement a rudimentary applets system (#804)
jduncanator