aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Horizon.cs
AgeCommit message (Expand)AuthorFilesLines
2023-03-31HLE: Refactoring of ApplicationLoader (#4480)1.1.689Ac_K1-2/+3
2023-03-17Update syscall capabilites to include SVCs from FW 15.0.0 (#4530)1.1.667TSRBerry1-2/+2
2023-01-29Initial Apple Hypervisor based CPU emulation (#4332)1.1.597gdkchan1-3/+0
2023-01-08Horizon: Impl Prepo, Fixes bugs, Clean things (#4220)1.1.519Ac_K1-0/+3
2023-01-04IPC refactor part 3+4: New server HIPC message processor (#4188)1.1.506gdkchan1-0/+37
2022-11-24ui: Fixes disposing on GTK/Avalonia and Firmware Messages on Avalonia (#3885)1.1.380Ac_K1-1/+4
2022-11-09infra: Migrate to .NET 7 (#3795)1.1.339Mary-nyan1-2/+2
2022-06-12Less invasive fix for EventFd blocking operations (#3394)1.1.146gdkchan1-1/+1
2022-06-11Allow concurrent BSD EventFd read/write (#3385)1.1.145gdkchan1-1/+1
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...1.1.134gdkchan1-10/+19
2022-05-05Enable JIT service LLE (#2959)1.1.117gdkchan1-2/+5
2022-03-22hle: Some cleanup (#3210)1.1.83Ac_K1-2/+3
2022-02-27Update LibHac to v0.16.0 (#3159)1.1.54Alex Barney1-1/+1
2022-02-19Add dedicated ServerBase for FileSystem services (#3142)1.1.46riperiperi1-0/+2
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney1-0/+1
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney1-2/+3
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander1-0/+13
2021-12-04kernel: Improve GetInfo readability and update to 13.0.0 (#2900)Mary1-3/+3
2021-09-18Fix problems added by Pause (#2645)mpnico1-3/+7
2021-09-15hos: Cleanup the project (#2634)Ac_K1-11/+9
2021-09-11Implement a "Pause Emulation" option & hotkey (#2428)mpnico1-0/+35
2021-08-12Update to LibHac 0.13.1 (#2475)Alex Barney1-25/+13
2021-07-13Revert LibHac updateMary1-13/+25
2021-07-13Update to LibHac 0.13.1 (#2328)Alex Barney1-25/+13
2021-06-29Fix disposing of IPC sessions server at emulation stop (#2334)Mary1-5/+4
2021-06-28no name: Mii Editor applet support (#2419)Ac_K1-13/+23
2021-06-24nfc/nfp: Implement ISystemManager and ISystem (#2381)Ac_K1-1/+1
2021-06-21am: Add all known AppletMessage (#2378)Ac_K1-3/+3
2021-05-24POWER - Performance Optimizations With Extensive Ramifications (#2286)riperiperi1-14/+23
2021-05-16misc: Move configuration management to the Ryujinx project (#2269)Mary1-17/+10
2021-05-12Fix race in SM initialization (#2280)gdkchan1-1/+1
2021-05-05SM instance & TIPC fixes (#2241)Mary1-0/+1
2021-04-17Return focus from controller applet after completion (#2218)riperiperi1-0/+5
2021-04-13Improves logging to console. (#2146)Mark Araujo1-3/+0
2021-04-13account: Adds AccountManager (#2184)Ac_K1-1/+4
2021-04-04Allow DRAM size to be increased from 4GB to 6GB (#2174)gdkchan1-2/+6
2021-03-26caps: Implement SaveScreenShot calls and cleanup (#2140)Ac_K1-0/+3
2021-03-19Add items to standard logs (#1942)Joshi2341-0/+3
2021-03-18nfp: Amiibo scanning support (#2006)Ac_K1-0/+33
2021-02-26Haydn: Part 1 (#2007)Mary1-13/+41
2020-12-17Terminate application before services (#1812)gdkchan1-3/+13
2020-12-15am/gui: Implement Wake-up message (#1750)Ac_K1-2/+10
2020-12-09Rewrite scheduler context switch code (#1786)gdkchan1-22/+1
2020-12-02Create a single guest process per IPC message processor (#1769)gdkchan1-0/+21
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan1-6/+14
2020-11-12Update performance mode when docked mode changes. (#1696)riperiperi1-0/+1
2020-11-08apm/am: Refactoring/Unstub services (#1662)Ac_K1-0/+5
2020-09-22IPC refactor part 1: Use explicit separate threads to process requests (#1447)gdkchan1-10/+11
2020-08-23Improve multi-controller support in HID and Controller Applet (#1453)mageven1-0/+3
2020-08-17Amadeus: Final Act (#1481)Mary1-0/+37