aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu
AgeCommit message (Expand)Author
2024-01-20Implement a new JIT for Arm devices (#6057)1.1.1117gdkchan
2024-01-18Move most of signal handling to Ryujinx.Cpu project (#6128)1.1.1113gdkchan
2024-01-13Revert Apple hypervisor force ordered memory change (#6068)1.1.1109gdkchan
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)1.1.1095TSRBerry
2023-11-15Migrate to .NET 8 (#5887)1.1.1084Zoltan Csizmadia
2023-11-07Force all exclusive memory accesses to be ordered on AppleHv (#5898)1.1.1072gdkchan
2023-09-26Add VTimer as alternative interrupt method on Apple Hypervisor (#5663)1.1.1028gdkchan
2023-07-24Add workflow to automatically check code style issues for PRs (#4670)1.1.969TSRBerry
2023-07-01[Ryujinx.Cpu] Address dotnet-format issues (#5365)1.1.944TSRBerry
2023-06-26misc: memory: Migrate from OutOfMemoryException to SystemException entirely (...1.1.920Mary
2023-06-24MemoryManagement: Change return types for Commit/Decommit to void (#5325)1.1.905TSRBerry
2023-06-20misc: Implement address space size workarounds (#5191)1.1.898Mary
2023-05-05GPU: Remove CPU region handle containers (#4817)1.1.760riperiperi
2023-04-27Move solution and projects to srcTSR Berry