aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE
AgeCommit message (Expand)Author
2022-08-26bsd: Fix Poll writting in input buffer (#3630)Mary-nyan
2022-08-25pctl: Implement EndFreeCommunicationAc_K
2022-08-25misc: Fix missing null terminator for strings with pchtxt (#3629)Mary-nyan
2022-08-18Removed unused usings. (#3593)Nicholas Rodine
2022-08-17Removed extra semicolons. (#3594)Nicholas Rodine
2022-08-15am: Stub SetWirelessPriorityMode, SetWirelessPriorityMode and GetHdcpAuthenti...Ac_K
2022-08-15ControllerApplet: Override player counts when SingleMode is set (#3571)mageven
2022-08-11Rename ToSpan to AsSpan (#3556)gdkchan
2022-08-03Sfdnsres; Stub ResolverSetOptionRequest (#3493)Ac_K
2022-07-29Avalonia: Another Cleanup (#3494)Ac_K
2022-07-14BSD: Allow use of DontWait flag in Receive (#3462)Fruityloops
2022-07-12Handle the case where byte optionValues are sent to BSD (#3405)riperiperi
2022-07-06Fix Vi managed and stray layers open/close/destroy (#3438)gdkchan
2022-07-03Stub GetTemperature (#3429)Ac_K
2022-06-29ui: Fix timezone abbreviation since #3361 (#3430)Mary
2022-06-24timezone: Fix regression caused by #3361 (#3418)Mary
2022-06-24time: Make TimeZoneRule blittable and avoid copies (#3361)Mary
2022-06-24Fix ThreadingLock deadlock on invalid access and TerminateProcess (#3407)gdkchan
2022-06-22Rewrite kernel memory allocator (#3316)gdkchan
2022-06-12Less invasive fix for EventFd blocking operations (#3394)gdkchan
2022-06-11Allow concurrent BSD EventFd read/write (#3385)gdkchan
2022-06-04Fix a potential GPFIFO submission race (#3378)Billy Laws
2022-05-31Rewrite SVC handler using source generators rather than IL emit (#3371)gdkchan
2022-05-31Refactor CPU interface to allow the implementation of other CPU emulators (#3...gdkchan
2022-05-31Allow loading NSPs without a NCA inside (#3364)gdkchan
2022-05-19Fix audio renderer error message result code base (#3348)gdkchan
2022-05-15Avalonia UI - Part 1 (#3270)Emmanuel Hansen
2022-05-08hid: Various fixes and cleanup (#3326)Ac_K
2022-05-05Enable JIT service LLE (#2959)gdkchan
2022-05-05Fix shared memory leak on Windows (#3319)gdkchan
2022-05-03Implement PM GetProcessInfo atmosphere extension (partially) (#2966)gdkchan
2022-05-03Implement code memory syscalls (#2958)gdkchan
2022-05-02Support memory aliasing (#2954)gdkchan
2022-04-15Implement HwOpus multistream functions (#3275)gdkchan
2022-04-08Remove save data creation prompt (#3252)MutantAura
2022-04-07service: hid: Signal event on AcquireNpadStyleSetUpdateEventHandle (#3247)Narr the Reg
2022-04-07Update to LibHac 0.16.1 (#3263)Alex Barney
2022-03-22hle: Some cleanup (#3210)Ac_K
2022-03-20De-tile GOB when DMA copying from block linear to pitch kind memory regions (...gdkchan
2022-03-20oslc: Fix condition in GetSaveDataBackupSetting (#3208)Ac_K
2022-03-15ntc: Implement IEnsureNetworkClockAvailabilityService (#3192)Ac_K
2022-03-15Caching local network info and using an event handler to invalidate as needed...Jumpman
2022-03-12olsc: Implement GetSaveDataBackupSetting (#3190)Ac_K
2022-03-12Fix GetUserDisableCount NRE (#3187)gdkchan
2022-03-12Limit number of events that can be retrieved from GetDisplayVSyncEvent (#3188)gdkchan
2022-03-11KThread: Fix GetPsr mask (#3180)merry
2022-03-06Mod loading from atmosphere SD directories (#3176)MutantAura
2022-03-02Implement -p or --profile command line argument (#2947)JavidPack
2022-02-27Update LibHac to v0.16.0 (#3159)Alex Barney
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)Berkan Diler