aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Common
AgeCommit message (Expand)Author
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
2021-09-29clkrst: Stub/Implement IClkrstManager and IClkrstSession calls (#2692)Ac_K
2021-09-19Implement and use an Interval Tree for the MultiRangeList (#2641)riperiperi
2021-09-15hos: Cleanup the project (#2634)Ac_K
2021-09-11Implement a "Pause Emulation" option & hotkey (#2428)mpnico
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi
2021-08-26Add support for HLE macros and accelerate MultiDrawElementsIndirectCount #2 (...mpnico
2021-08-05Implement vibrations (#2468)mpnico
2021-08-04Hide UI rework/arrow key fix (#2504)ooa113y
2021-07-07Separate GPU engines and make state follow official docs (part 1/2) (#2422)gdkchan
2021-06-28Add Screenshot Feature (#2354)emmauss
2021-06-28no name: Mii Editor applet support (#2419)Ac_K
2021-06-24nfc/nfp: Implement ISystemManager and ISystem (#2381)Ac_K
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi
2021-05-19Merge pull request #2177 from riperiperi/feature/parallel-shader-cacheEmulationFanatic
2021-05-19Remove ForceDedicatedGpu, as the driver utilities will now do that.riperiperi
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary
2021-05-05audio: Implement a SDL2 backend (#2258)Mary
2021-05-05ffmpeg: Redirect log output (#2266)Ac_K
2021-04-30Changes ordering of config.json and configuration files (#2253)Mark Araujo
2021-04-18Data should not be public for nvapi unicode stringriperiperi
2021-04-18Use IntPtr for handles, remove unsafe keywordriperiperi
2021-04-18Forcibly enable threaded optimization on boot.riperiperi
2021-04-14Miria: The Death of OpenTK 3 (#2194)Mary
2021-04-13Improves logging to console. (#2146)Mark Araujo
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan
2021-03-27Add the TamperMachine module for runtime mods and cheats (#1928)Caian Benedicto
2021-03-15Implement friendlier portable mode (#1885)mageven
2021-03-01Revise SystemInfo (#2047)mageven
2021-02-20Make windows DPI aware to display properly on high-resolution screens. (#1983)sharmander
2021-02-15Hide Cursor On Idle (#1993)pineappleEA