aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common
AgeCommit message (Expand)AuthorFilesLines
2022-08-26Optimize kernel memory block lookup and consolidate RBTree implementations (#...1.1.240gdkchan5-680/+716
2022-08-18Removed unused usings. (#3593)1.1.223Nicholas Rodine7-9/+1
2022-08-17Removed extra semicolons. (#3594)1.1.220Nicholas Rodine1-1/+1
2022-08-11Rename ToSpan to AsSpan (#3556)1.1.211gdkchan4-146/+146
2022-07-31Vulkan backend (#2518)1.1.200gdkchan3-1/+27
2022-07-29Move partial unmap handler to the native signal handler (#3437)1.1.199riperiperi4-0/+352
2022-07-29Avalonia: Another Cleanup (#3494)1.1.197Ac_K4-19/+27
2022-07-24Resolution scaling hotkeys (#3185)1.1.191MutantAura1-0/+2
2022-07-05UI - Avalonia Part 2 (#3351)1.1.163Emmanuel Hansen1-1/+1
2022-06-24time: Make TimeZoneRule blittable and avoid copies (#3361)1.1.156Mary1-0/+12
2022-06-22Rewrite kernel memory allocator (#3316)1.1.152gdkchan1-2/+22
2022-05-15Avalonia UI - Part 1 (#3270)1.1.122Emmanuel Hansen2-6/+48
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan2-32/+30
2022-04-15ReactiveObject: Handle case when oldValue is null (#3268)1.1.103merry1-1/+1
2022-04-10ForceDpiAware: X11 implementation (#3269)1.1.102merry1-2/+40
2022-03-15ntc: Implement IEnsureNetworkClockAvailabilityService (#3192)1.1.76Ac_K1-0/+1
2022-03-12Implement rotate stick 90 degrees clockwise (#3084)1.1.68darko19791-0/+1
2022-03-06Mod loading from atmosphere SD directories (#3176)1.1.62MutantAura1-1/+3
2022-03-04Preparation for initial Flatpack and FlatHub integration (#3173)1.1.56Mary1-1/+20
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)1.1.42Berkan Diler1-56/+2
2022-02-18Implement/Stub mnpp:app service and some hid calls (#3131)1.1.40Ac_K1-0/+1
2022-02-17Added trace log level (#3096)1.1.38mlgatto3-2/+7
2022-02-17Use ReadOnlySpan<byte> compiler optimization for static data (#3130)1.1.34Berkan Diler2-2/+4
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)1.1.27Berkan Diler2-13/+1
2022-02-06Convert the bool to a lowercase string (#3080)1.1.19edisionnano1-1/+1
2022-01-24Fix regression on PR builds version number since new release system1.1.8Mary1-2/+4
2022-01-22Add new release systemMary2-1/+33
2022-01-03Implement analog stick range modifier (#2783)MutantAura1-0/+10
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander1-0/+1
2021-12-04misc: Migrate usage of RuntimeInformation to OperatingSystem (#2901)Mary2-2/+4
2021-11-28infra: Migrate to .NET 6 (#2829)Mary2-7/+14
2021-11-01hle: Make Ryujinx.HLE project entirely safe (#2789)Mary1-0/+77
2021-09-29clkrst: Stub/Implement IClkrstManager and IClkrstSession calls (#2692)Ac_K1-0/+1
2021-09-19Implement and use an Interval Tree for the MultiRangeList (#2641)riperiperi2-29/+843
2021-09-15hos: Cleanup the project (#2634)Ac_K1-0/+17
2021-09-11Implement a "Pause Emulation" option & hotkey (#2428)mpnico1-0/+1
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi2-0/+29
2021-08-26Add support for HLE macros and accelerate MultiDrawElementsIndirectCount #2 (...mpnico1-0/+6
2021-08-05Implement vibrations (#2468)mpnico2-0/+25
2021-08-04Hide UI rework/arrow key fix (#2504)ooa113y1-1/+2
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan1-1/+0
2021-06-28Add Screenshot Feature (#2354)emmauss1-0/+1
2021-06-28no name: Mii Editor applet support (#2419)Ac_K1-0/+1
2021-06-24nfc/nfp: Implement ISystemManager and ISystem (#2381)Ac_K1-0/+1
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi1-0/+9
2021-05-19Merge pull request #2177 from riperiperi/feature/parallel-shader-cacheEmulationFanatic8-16/+320
2021-05-19Remove ForceDedicatedGpu, as the driver utilities will now do that.riperiperi1-16/+0
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary8-1328/+0
2021-05-05audio: Implement a SDL2 backend (#2258)Mary3-2/+10
2021-05-05ffmpeg: Redirect log output (#2266)Ac_K1-0/+1