aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common
AgeCommit message (Expand)Author
2022-12-15Replace `DllImport` usage with `LibraryImport` (#4084)Isaac Marovitz
2022-12-12Use NuGet Central Package Management to manage package versions solution-wise...Andrey Sukharev
2022-12-12Use method overloads that support trimming. Mark some types to be trimming fr...Andrey Sukharev
2022-12-09misc: Remove dependency on System.Drawing.Common (#4082)Mary-nyan
2022-12-07nuget: bump System.Drawing.Common from 6.0.0 to 7.0.0 (#4024)dependabot[bot]
2022-12-07Fix struct layout packing (#4039)Isaac Marovitz
2022-12-06UI: Add Metal surface creation for MoltenVK (#3980)riperiperi
2022-12-05Make structs readonly when applicable (#4002)Andrey Sukharev
2022-12-04Query Available RAM on macOS (#4000)mageven
2022-11-29nuget: bump System.Management from 6.0.0 to 7.0.0 (#3949)dependabot[bot]
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)Mary-nyan
2022-11-16Update units of memory from decimal to binary prefixes (#3716)Wunk
2022-11-09infra: Migrate to .NET 7 (#3795)Mary-nyan
2022-10-18Avoid allocations in .Parse methods (#3760)Berkan Diler
2022-10-08GPU: Pass SpanOrArray for Texture SetData to avoid copy (#3745)riperiperi
2022-10-02Volume Hotkeys (#3500)MutantAura
2022-10-02fatal: Implement Service (#3573)Ac_K
2022-09-10Make RBTree node fields internal againgdk
2022-08-26Optimize kernel memory block lookup and consolidate RBTree implementations (#...gdkchan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-17Removed extra semicolons. (#3594)Nicholas Rodine
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-07-31Vulkan backend (#2518)gdkchan
2022-07-29Move partial unmap handler to the native signal handler (#3437)riperiperi
2022-07-29Avalonia: Another Cleanup (#3494)Ac_K
2022-07-24Resolution scaling hotkeys (#3185)MutantAura
2022-07-05UI - Avalonia Part 2 (#3351)Emmanuel Hansen
2022-06-24time: Make TimeZoneRule blittable and avoid copies (#3361)Mary
2022-06-22Rewrite kernel memory allocator (#3316)gdkchan
2022-05-15Avalonia UI - Part 1 (#3270)Emmanuel Hansen
2022-05-02Support memory aliasing (#2954)gdkchan
2022-04-15ReactiveObject: Handle case when oldValue is null (#3268)merry
2022-04-10ForceDpiAware: X11 implementation (#3269)merry
2022-03-15ntc: Implement IEnsureNetworkClockAvailabilityService (#3192)Ac_K
2022-03-12Implement rotate stick 90 degrees clockwise (#3084)darko1979
2022-03-06Mod loading from atmosphere SD directories (#3176)MutantAura
2022-03-04Preparation for initial Flatpack and FlatHub integration (#3173)Mary
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)Berkan Diler
2022-02-18Implement/Stub mnpp:app service and some hid calls (#3131)Ac_K
2022-02-17Added trace log level (#3096)mlgatto
2022-02-17Use ReadOnlySpan<byte> compiler optimization for static data (#3130)Berkan Diler
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)Berkan Diler
2022-02-06Convert the bool to a lowercase string (#3080)edisionnano
2022-01-24Fix regression on PR builds version number since new release systemMary
2022-01-22Add new release systemMary
2022-01-03Implement analog stick range modifier (#2783)MutantAura
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander
2021-12-04misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901)Mary
2021-11-28infra: Migrate to .NET 6 (#2829)Mary
2021-11-01hle: Make Ryujinx.HLE project entirely safe (#2789)Mary