aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/Switch.cs
AgeCommit message (Expand)AuthorFilesLines
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)1.1.689Ac_K1-14/+15
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan1-2/+2
2022-12-27Use new ArgumentNullException and ObjectDisposedException throw-helper API (#...1.1.493Berkan Diler1-14/+3
2022-10-02Volume Hotkeys (#3500)1.1.287MutantAura1-1/+1
2022-09-19Avalonia - Use embedded window for avalonia (#3674)1.1.274Emmanuel Hansen1-1/+1
2022-05-15Avalonia UI - Part 1 (#3270)1.1.122Emmanuel Hansen1-1/+3
2022-05-02Support memory aliasing (#2954)1.1.110gdkchan1-1/+6
2022-03-22hle: Some cleanup (#3210)1.1.83Ac_K1-59/+28
2022-01-03Add Cheat Manager (#2964)Emmanuel Hansen1-0/+5
2021-12-26Fix GetAddrInfoWithOptions and some sockets issues (#2936)gdkchan1-1/+1
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander1-0/+15
2021-10-12Inline software keyboard without input pop up dialog (#2180)Caian Benedicto1-0/+1
2021-08-27Add a Multithreading layer for the GAL, multi-thread shader compilation at ru...riperiperi1-0/+1
2021-06-29Initial support for separate GPU address spaces (#2394)gdkchan1-32/+0
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi1-2/+2
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary1-71/+35
2021-04-13Improves logging to console. (#2146)Mark Araujo1-6/+0
2021-04-13account: Adds AccountManager (#2184)Ac_K1-1/+3
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan1-3/+14
2021-03-27Add the TamperMachine module for runtime mods and cheats (#1928)Caian Benedicto1-0/+4
2021-03-19Add items to standard logs (#1942)Joshi2341-0/+5
2021-02-26Haydn: Part 1 (#2007)Mary1-7/+8
2021-02-19Allow reconfiguring "Ignore Missing Services" during emulation (#2034)mageven1-0/+5
2020-12-17Interrupt GPU command processing when a frame's fence is reached. (#1741)riperiperi1-0/+5
2020-12-09GPU - Improve Memory Allocation (#1722)sharmander1-0/+5
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan1-5/+0
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan1-0/+1
2020-11-12Update performance mode when docked mode changes. (#1696)riperiperi1-0/+3
2020-09-21hle/ui: Basic multi programs support (#1560)Mary1-1/+10
2020-09-10Texture/Buffer Memory Management Improvements (#1408)riperiperi1-0/+2
2020-08-23Improve multi-controller support in HID and Controller Applet (#1453)mageven1-0/+6
2020-08-03Implement Software Keyboard GTK frontend (#1434)mageven1-0/+2
2020-07-23New GPFifo and fast guest constant buffer updates (#1400)gdkchan1-2/+2
2020-07-12New NVDEC and VIC implementation (#1384)gdkchan1-8/+29
2020-06-16Add Profiled Persistent Translation Cache. (#769)LDj3SNuD1-0/+2
2020-05-15Refactor out Application details from Horizon (#1236)mageven1-7/+11
2020-05-05set: Quick implementation of GetKeyCodeMap/GetKeyCodeMap2 (#1210)plutoo1-1/+1
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan1-2/+3
2020-04-23Add support for dynamic docking/undocking (#1147)Thog1-1/+0
2020-04-22SurfaceFlinger v2 (#981)Thog1-5/+0
2020-04-21Suppress warnings from fields never used or never assigned (CS0169 and CS0649...Cristallix1-2/+0
2020-04-03HID SharedMem Rework (#1003)mageven1-1/+2
2020-03-20Implement GetRegionCode and add the RegionCode to settings (#999)Ac_K1-0/+2
2020-01-21Keep the GUI alive when closing a game (#888)Thog1-9/+16
2020-01-09GPU resource disposalgdkchan1-0/+5
2020-01-09Improved and simplified window texture presentationgdk1-0/+5
2020-01-09Initial workgdk1-7/+7
2020-01-05Rename "RyuFs" directory to "Ryujinx" and use the same savedata system the Sw...Alex Barney1-1/+1
2019-12-21Rewrite the configuration system (#831)Thog1-0/+27
2019-02-11Logger and Configuration Refactoring (#573)jduncanator1-1/+0