Ryujinx/Ryujinx.HLE/OsHle
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
..
Diagnostics Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Exceptions Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Font More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Handles More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Ipc Add 5.0.0 IPCs (#300) 2018-07-29 01:40:02 -03:00
Kernel More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Services More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
SystemState Better support for user accounts (#349) 2018-08-14 19:02:42 -03:00
Utilities More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
ErrorCode.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
ErrorModule.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
GlobalStateTable.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
Homebrew.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Horizon.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
IdDictionary.cs Fix race condition on IdDictionary (#333) 2018-08-07 23:32:24 -03:00
MemoryType.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
Process.cs More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
ServiceCtx.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