Updated Standard features (markdown)

Yuuki Hikari 2017-11-22 18:14:45 -05:00
parent 10419eb580
commit 7ca2e9aebf

@ -38,11 +38,11 @@ These features are useful for debugging and writing homebrew; typically they wil
* **svcFlushEntireDataCache():** Flushes the data cache entirely (L2C included).
* **svcInvalidateInstructionCacheRange():** Invalidates a range of the instruction cache.
* **svcInvalidateEntireInstructionCache():** Invalidates the instruction cache entirely.
* **svcMapProcessMemoryEx:** Maps a block of process memory.
* **svcUnmapProcessMemoryEx:** Unmaps a block of process memory.
* **svcControlMemoryEx:** Controls memory mapping, with the choice to use region attributes or not.
* **svcCopyHandle:** Copy a handle from a process to another one.
* **svcTranslateHandle:** Get the address and class name of the underlying kernel object corresponding to a handle.
* **svcMapProcessMemoryEx():** Maps a block of process memory.
* **svcUnmapProcessMemoryEx():** Unmaps a block of process memory.
* **svcControlMemoryEx():** Controls memory mapping, with the choice to use region attributes or not.
* **svcCopyHandle():** Copy a handle from a process to another one.
* **svcTranslateHandle():** Get the address and class name of the underlying kernel object corresponding to a handle.
* **Indirect SVC:** svc 0xFE
* [See csvc.h](https://github.com/AuroraWright/Luma3DS/blob/master/sysmodules/rosalina/include/csvc.h) for more information.