Ryujinx/Ryujinx.HLE/OsHle/Handles
gdkchan c393cdf8e3
More flexible memory manager (#307)
* Keep track mapped buffers with fixed offsets

* Started rewriting the memory manager

* Initial support for MapPhysicalMemory and UnmapPhysicalMemory, other tweaks

* MapPhysicalMemory/UnmapPhysicalMemory support, other tweaks

* Rebased

* Optimize the map/unmap physical memory svcs

* Integrate shared font support

* Fix address space reserve alignment

* Some fixes related to gpu memory mapping

* Some cleanup

* Only try uploading const buffers that are really used

* Check if memory region is contiguous

* Rebased

* Add missing count increment on IsRegionModified

* Check for reads/writes outside of the address space, optimize translation with a tail call
2018-08-15 15:59:51 -03:00
..
AddressSpaceType.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
KEvent.cs Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
KMemoryBlock.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
KMemoryInfo.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
KMemoryManager.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
KProcessHandleTable.cs Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
KProcessScheduler.cs Relax GetThreadContext3 by allowing it to get the context of a running thread 2018-06-26 01:26:21 -03:00
KSession.cs Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
KSharedMemory.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
KSynchronizationObject.cs Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
KThread.cs Implement SvcWaitForAddress 0x34 (#289) 2018-07-19 01:03:53 -03:00
KTlsPageManager.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
KTransferMemory.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
MemoryAttribute.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
MemoryPermission.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
MemoryState.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
SchedulerThread.cs Relax GetThreadContext3 by allowing it to get the context of a running thread 2018-06-26 01:26:21 -03:00
ThreadQueue.cs Fix some thread sync issues (#172) 2018-06-21 23:05:42 -03:00