mirror of
https://github.com/LumaTeam/Luma3DS.git
synced 2026-02-22 01:44:38 +00:00
Updated Standard features (markdown)
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.
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user