aboutsummaryrefslogtreecommitdiff
path: root/src/ARMeilleure/Memory/IJitMemoryAllocator.cs
AgeCommit message (Collapse)Author
2024-01-18Move most of signal handling to Ryujinx.Cpu project (#6128)gdkchan
* Move most of signal handling to Ryujinx.Cpu project * Format whitespace * Remove unused member * Format whitespace * This does not need to be public anymore
2023-12-04editorconfig: Set default encoding to UTF-8 (#5793)TSRBerry
* editorconfig: Add default charset * Change file encoding from UTF-8-BOM to UTF-8
2023-04-27Move solution and projects to srcTSR Berry