Ryujinx/Ryujinx.HLE/OsHle/Services
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
..
Acc Better support for user accounts (#349) 2018-08-14 19:02:42 -03:00
Am Better support for user accounts (#349) 2018-08-14 19:02:42 -03:00
Apm Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Aud Better support for user accounts (#349) 2018-08-14 19:02:42 -03:00
Bcat Link BCAT:U & BCAT:A & BCAT:M & BCAT:S (#257) 2018-07-23 16:20:16 +02:00
Bsd Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Caps Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Friend Better support for user accounts (#349) 2018-08-14 19:02:42 -03:00
FspSrv Implement IFileSystem:CleanDirectoryRecursively (#283) 2018-07-18 21:05:17 +02:00
Hid More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Lm Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Mm Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Nfp Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Nifm Some fix to IRequest on NIFM, support sending objects to services (#294) 2018-07-29 01:36:29 -03:00
Ns Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Nv More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Pctl Compliant with review. 2018-06-12 20:51:59 -04:00
Pl More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
Prepo Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Set Better support for user accounts (#349) 2018-08-14 19:02:42 -03:00
Sfdnsres Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Sm Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Spl Implement CSRNG (Cryptographically Secure Random Bytes) (#216) 2018-07-13 23:36:57 +02:00
Ssl Rename Ryujinx.Core to Ryujinx.HLE and add a separate project for a future LLE implementation 2018-06-10 21:46:42 -03:00
Time Implement ITimeZone 201, 202 (#327) 2018-08-15 15:53:23 -03:00
Vi More flexible memory manager (#307) 2018-08-15 15:59:51 -03:00
IIpcService.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
IpcService.cs Some fix to IRequest on NIFM, support sending objects to services (#294) 2018-07-29 01:36:29 -03:00
ServiceFactory.cs Link BCAT:U & BCAT:A & BCAT:M & BCAT:S (#257) 2018-07-23 16:20:16 +02:00