aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Cpu/MemoryHelper.cs
AgeCommit message (Expand)AuthorFilesLines
2022-11-24Reduce usage of Marshal.PtrToStructure and Marshal.StructureToPtr (#3805)1.1.381Mary-nyan1-21/+6
2021-04-24HLE: Fix integer sign inconcistency accross the codebase (#2222)Mary1-10/+10
2020-12-12Rewrite size for fixed size buffers (#1808)gdkchan1-1/+3
2020-12-02IPC refactor part 2: Use ReplyAndReceive on HLE services and remove special h...gdkchan1-5/+6
2020-05-04Implement a new physical memory manager and replace DeviceMemory (#856)gdkchan1-0/+73