aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Memory/MemoryBlock.cs
AgeCommit message (Collapse)Author
2023-06-26misc: memory: Migrate from OutOfMemoryException to SystemException entirely ↵Mary
(#5399) Fix a regression with address space allocation while providing more information about the context of the exception.
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