From 7ca2e9aebf756f3455b8582b5f16457814d2faa5 Mon Sep 17 00:00:00 2001 From: Yuuki Hikari Date: Wed, 22 Nov 2017 18:14:45 -0500 Subject: [PATCH] Updated Standard features (markdown) --- Standard-features.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Standard-features.md b/Standard-features.md index d7dcd0d..8ffe0d4 100644 --- a/Standard-features.md +++ b/Standard-features.md @@ -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.