aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services
AgeCommit message (Expand)Author
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-12Limit number of events that can be retrieved from GetDisplayVSyncEvent (#3188)gdkchan
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
2022-02-19Add dedicated ServerBase for FileSystem services (#3142)riperiperi
2022-02-18Implement/Stub mnpp:app service and some hid calls (#3131)Ac_K
2022-02-17Added trace log level (#3096)mlgatto
2022-02-18Change ServiceNv map creation logs to the Debug level (#3058)Alex Barney
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)Berkan Diler
2022-02-09misc: Make PID unsigned long instead of long (#3043)Mary
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)Mary
2022-01-23Set _vibrationPermitted to True by default (#2985)Mary
2022-01-13ssl: Implement SSL connectivity (#2961)Mary
2022-01-12bsd: Revamp API and make socket abstract (#2960)Mary
2022-01-12sfdnsres: Fix serialization issues (#2992)Mary
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney
2022-01-11account: Rework LoadIdTokenCache to auto generate a random JWT token (#2991)Mary
2022-01-11sfdnsres: Block communication attempt with NPLN servers (#2990)Mary
2022-01-08Return error on DNS resolution when guest internet access is disabled (#2983)gdkchan
2022-01-03sfdnsres: Implement NSD resolution (#2962)Mary
2022-01-03misc: Improve DNS blacklist for Nintendo servers (#2963)Mary
2021-12-30friend: Stub IsFriendListCacheAvailable and EnsureFriendListAvailable (#2949)Ac_K
2021-12-30am: Stub SetMediaPlaybackStateForApplication (#2952)Ac_K
2021-12-29Improve SocketOption handling (#2946)gdkchan
2021-12-29hid: A little cleanup (#2950)Ac_K
2021-12-28Fix GetHostByNameRequestWithOptions and GetHostByAddrRequestWithOptions (#2943)gdkchan
2021-12-26Fix GetAddrInfoWithOptions and some sockets issues (#2936)gdkchan
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander
2021-11-30Fix Amiibo hanging since .NET 6 changes (#2890)Mary
2021-11-28infra: Migrate to .NET 6 (#2829)Mary
2021-11-24account/ns: Implement 13.0.0+ service calls (#2820)Ac_K
2021-11-15Nickname! - Init Amiibos with Profile's name! (#2804)VocalFan
2021-11-04Ensure syncpoints are released and event handles closed on channel close (#2812)gdkchan
2021-11-01hle: Make Ryujinx.HLE project entirely safe (#2789)Mary
2021-11-01When waiting on CPU, do not return a time out error from EventWait (#2780)gdkchan
2021-10-28Add support for the brazilian portuguese language code (#2792)gdkchan
2021-10-24hle: Improve safety (#2778)Mary
2021-10-24Fixup channel submit IOCTL syncpoint parameters (#2774)Billy Laws
2021-10-19EventWait should not signal the event when it returns Success (#2739)gdkchan
2021-10-12Enqueue frame before signalling the frame is ready. (#2722)riperiperi
2021-10-12spl: Implement IGeneralInterface GetConfig (#2705)Ac_K
2021-10-12Inline software keyboard without input pop up dialog (#2180)Caian Benedicto
2021-10-05Fix DisplayInfo struct (#2708)gdkchan