aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Common
AgeCommit message (Expand)Author
2024-01-30Fix opening the wrong log directory (#6220)TSRBerry
2024-01-29Make config filename changable for releases & Log to Ryujinx directory if app...TSRBerry
2024-01-26Ava UI: Mod Manager (#4390)Isaac Marovitz
2024-01-25Horizon: Implement arp:r and arp:w services (#5802)Ac_K
2024-01-20Support portable mode using the macOS app bundle. (#6147)Steveice10
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
2023-11-30HLE: Add OS-specific precise sleep methods to reduce spinwaiting (#5948)riperiperi
2023-11-16Fix macOS Path (#5941)Isaac Marovitz
2023-11-15Migrate to .NET 8 (#5887)Zoltan Csizmadia
2023-11-06Overhaul of string formatting/parsing/sorting logic for TimeSpans, DateTimes,...SamusAranX
2023-10-26Add ldn_mitm as a network client for LDN (#5656)TSRBerry
2023-10-25macOS: Use user-friendly macOS version string (#5838)jcm
2023-10-12Replace ReaderWriterLock with ReaderWriterLockSlim (#5785)sunshineinabox
2023-10-06HLE: Fix Mii crc generation and minor issues (#5766)riperiperi
2023-09-26GPU: Don't create tracking handles for buffer textures (#5727)riperiperi
2023-09-25Add ldn:u implementation, INetworkClient interface and DisabledLdnClient (#5652)TSRBerry
2023-08-13"static readonly" constants should be "const" instead (#5560)Marco Carvalho
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)TSRBerry
2023-07-19HLE: Fix corrupted Mii structs (#5468)TSRBerry
2023-06-28[Ryujinx.Common] Address dotnet-format issues (#5358)TSRBerry
2023-06-28Apply new naming rule to all projects except Vp9 (#5407)TSRBerry
2023-06-15Inheritance list should not be redundant (#5230)Marco Carvalho
2023-06-13Make LM skip instead of crashing for invalid messages (#5290)gdkchan
2023-06-09Check if existing oldConfigPath is a Symlink (#5271)siegmund-heiss-ich
2023-06-05Dont Error on Invalid Enum Values (#5169)Isaac Marovitz
2023-06-01[Logger] Add print with stacktrace method (#5129)TSRBerry
2023-05-26Ryujinx.Ava: fixes for random hangs on exit (#4827)jhorv
2023-05-02Add hide-cursor command line argument & always hide cursor option (#4613)TSRBerry
2023-04-27Move solution and projects to srcTSR Berry