aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Core/VirtualFs.cs
AgeCommit message (Collapse)Author
2018-03-15Improvements to audout (#58)gdkchan
* Some audout refactoring and improvements * More audio improvements * Change ReadAsciiString to use long for the Size, avoids some casting
2018-03-06More Vi/NvFlinger/NvDrv stubs, allow paths starting with //, do not allow ↵gdkchan
paths that don't start with at least a /, increase map region size
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-21FspSrv improvements, also fix ImageEnd for NROs without a MOD0 sectiongdkchan
2018-02-20Split main project into core,graphics and chocolarm4 subproject (#29)emmauss