aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS
AgeCommit message (Expand)Author
2022-10-27AppletAE: stub SetRecordVolumeMuted (#3804)Luke Warner
2022-10-27hid/irs: Stub StopImageProcessorAsync (#3799)Luke Warner
2022-10-19Implement the GetSessionCacheMode in SSL servuce (#3735)WilliamWsyHK
2022-10-19Manage state of NfcManager (#3678)Carl Ouellette
2022-10-18Avoid allocations in .Parse methods (#3760)Berkan Diler
2022-10-17Fix kernel VA allocation when random allocation fails (#3755)gdkchan
2022-10-17Implement OpenDataStorageWithProgramIndex partially (#3765)gdkchan
2022-10-16TamperMachine: Fix input mask check (#3764)mageven
2022-10-15bsd: Check if socket is bound before calling RecvFrom() (#3761)TSRBerry
2022-10-05Change NvMap ID allocation to match nvservices (#3741)gdkchan
2022-10-04Fix memory corruption in BCAT and FS Read methods when buffer is larger than ...gdkchan
2022-10-02Allow Surface Flinger frame enqueue after process has exited (#3733)gdkchan
2022-10-02fatal: Implement Service (#3573)Ac_K
2022-09-29Fix SSL GetCertificates with certificate ID set to All (#3727)gdkchan
2022-09-27Fix ListOpenContextStoredUsers and stub LoadOpenContext (#3718)gdkchan
2022-09-10Allocate work buffer for audio renderer instead of using guest supplied memor...gdkchan
2022-09-07bsd: improve socket pollMary
2022-09-07bsd: implement SendMMsg and RecvMMsg (#3660)Mary-nyan
2022-09-01Bsd: Fix NullReferenceException in BsdSockAddr.FromIPEndPoint() (#3652)TSRBerry
2022-09-01Change vsync signal to happen at 60hz, regardless of swap interval (#3642)riperiperi
2022-09-01bsd: Fix Poll(0) returning ETIMEDOUT instead of SUCCESSMary
2022-09-01sfdsnres: fix endianess issue for port serialisationMary
2022-08-31Address gdkchan's commentMary
2022-08-31account: Implement LoadNetworkServiceLicenseKindAsyncMary
2022-08-28Bsd: Fix ArgumentOutOfRangeException in SetSocketOption (#3633)TSRBerry
2022-08-26Optimize kernel memory block lookup and consolidate RBTree implementations (#...gdkchan
2022-08-26bsd: Fix Poll writting in input buffer (#3630)Mary-nyan
2022-08-25pctl: Implement EndFreeCommunicationAc_K
2022-08-18Removed unused usings. (#3593)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