aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE
AgeCommit message (Expand)AuthorFilesLines
2022-03-12olsc: Implement GetSaveDataBackupSetting (#3190)1.1.69Ac_K1-5/+42
2022-03-12Fix GetUserDisableCount NRE (#3187)1.1.67gdkchan1-1/+2
2022-03-12Limit number of events that can be retrieved from GetDisplayVSyncEvent (#3188)1.1.66gdkchan5-17/+27
2022-03-11KThread: Fix GetPsr mask (#3180)1.1.65merry1-5/+2
2022-03-06Mod loading from atmosphere SD directories (#3176)1.1.62MutantAura2-3/+10
2022-03-02Implement -p or --profile command line argument (#2947)1.1.55JavidPack1-2/+10
2022-02-27Update LibHac to v0.16.0 (#3159)1.1.54Alex Barney15-49/+41
2022-02-22Collapse AsSpan().Slice(..) calls into AsSpan(..) (#3145)1.1.47Berkan Diler5-13/+13
2022-02-19Add dedicated ServerBase for FileSystem services (#3142)1.1.46riperiperi3-1/+5
2022-02-18Enable CPU JIT cache invalidation (#2965)1.1.44gdkchan3-0/+10
2022-02-18Use BitOperations methods and delete now unused BitUtils methods (#3134)1.1.42Berkan Diler4-8/+12
2022-02-18Move kernel syscall logs to new trace log level (#3137)1.1.41gdkchan1-2/+2
2022-02-18Implement/Stub mnpp:app service and some hid calls (#3131)1.1.40Ac_K4-38/+185
2022-02-17Added trace log level (#3096)1.1.38mlgatto2-2/+2
2022-02-18Change ServiceNv map creation logs to the Debug level (#3058)1.1.37Alex Barney1-2/+2
2022-02-13Use Enum and Delegate.CreateDelegate generic overloads (#3111)1.1.27Berkan Diler4-4/+4
2022-02-09misc: Make PID unsigned long instead of long (#3043)1.1.22Mary41-94/+93
2022-02-02Try to ensure save data always has a valid owner ID (#3057)1.1.16Alex Barney2-1/+4
2022-01-29kernel: A bit of refactoring and fix GetThreadContext3 correctness (#3042)1.1.12Mary17-320/+385
2022-01-23Set _vibrationPermitted to True by default (#2985)1.1.5Mary1-2/+2
2022-01-16kernel: Fix deadlock when pinning in interrupt handler (#2999)Mary1-6/+2
2022-01-13ssl: Implement SSL connectivity (#2961)Mary12-32/+1136
2022-01-12bsd: Revamp API and make socket abstract (#2960)Mary21-648/+1471
2022-01-12sfdnsres: Fix serialization issues (#2992)Mary5-53/+243
2022-01-12Update to LibHac 0.15.0 (#2986)Alex Barney19-22/+38
2022-01-11account: Rework LoadIdTokenCache to auto generate a random JWT token (#2991)Mary2-6/+55
2022-01-11sfdnsres: Block communication attempt with NPLN servers (#2990)Mary1-0/+1
2022-01-08Return error on DNS resolution when guest internet access is disabled (#2983)gdkchan1-0/+27
2022-01-03sfdnsres: Implement NSD resolution (#2962)Mary3-31/+44
2022-01-03Add Cheat Manager (#2964)Emmanuel Hansen5-4/+47
2022-01-03misc: Improve DNS blacklist for Nintendo servers (#2963)Mary1-1/+2
2021-12-30friend: Stub IsFriendListCacheAvailable and EnsureFriendListAvailable (#2949)Ac_K1-1/+40
2021-12-30am: Stub SetMediaPlaybackStateForApplication (#2952)Ac_K1-0/+13
2021-12-30kernel: Implement thread pinning support (#2840)Mary9-79/+420
2021-12-29Improve SocketOption handling (#2946)gdkchan3-77/+218
2021-12-29hid: A little cleanup (#2950)Ac_K4-69/+43
2021-12-28Fix GetHostByNameRequestWithOptions and GetHostByAddrRequestWithOptions (#2943)gdkchan1-52/+76
2021-12-26Fix GetAddrInfoWithOptions and some sockets issues (#2936)gdkchan7-92/+170
2021-12-23Remove PortRemoteClosed warning (#2928)gdkchan1-2/+3
2021-12-23Update to LibHac v0.14.3 (#2925)Alex Barney28-377/+499
2021-12-23UI - Add Volume Controls + Mute Toggle (F2) (#2871)sharmander7-7/+42
2021-12-04kernel: Improve GetInfo readability and update to 13.0.0 (#2900)Mary6-47/+98
2021-11-30Fix Amiibo hanging since .NET 6 changes (#2890)Mary1-2/+1
2021-11-29Don't blow up everything if a DLC file is moved or renamed. (#2867)Logan Stromberg1-1/+8
2021-11-28infra: Migrate to .NET 6 (#2829)Mary10-650/+722
2021-11-28kernel: Fix sleep timing accuracy (#2828)Mary2-7/+85
2021-11-28kernel: Add support for CFI (#2839)Mary2-0/+7
2021-11-24account/ns: Implement 13.0.0+ service calls (#2820)Ac_K3-1/+68
2021-11-15Nickname! - Init Amiibos with Profile's name! (#2804)VocalFan2-7/+5
2021-11-04Ensure syncpoints are released and event handles closed on channel close (#2812)gdkchan4-48/+83