aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Memory/MemoryBlock.cs
AgeCommit message (Collapse)Author
2023-06-24MemoryManagement: Change return types for Commit/Decommit to void (#5325)TSRBerry
* Replace return type with void for Commit/Decommit * Small cleanup
2023-04-27Move solution and projects to srcTSR Berry