aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/OsHle/Handles/HSharedMem.cs
AgeCommit message (Collapse)Author
2018-06-10Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future ↵gdkchan
LLE implementation
2018-03-12Allow more than one process, free resources on process dispose, implement ↵gdkchan
SvcExitThread
2018-03-05Allow multiple hid shared memory locationsgdkchan
2018-02-27Change SvcGetInfo 5 to return actual heap size, remove AMemoryAlloc since it ↵gdkchan
is no longer needed with direct memory access, move some memory management logic out of AMemoryMgr, change default virtual filesystem path to AppData
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss