mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fix const specifier
This commit is contained in:
parent
c328a74f71
commit
d3da66e418
@ -949,7 +949,7 @@ Result svcReadDebugProcessMemory(void* buffer, Handle debug, u64 addr, u64 size)
|
|||||||
* @note Syscall number 0x6B.
|
* @note Syscall number 0x6B.
|
||||||
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
|
* @warning This is a privileged syscall. Use \ref envIsSyscallHinted to check if it is available.
|
||||||
*/
|
*/
|
||||||
Result svcWriteDebugProcessMemory(Handle debug, void* buffer, u64 addr, u64 size);
|
Result svcWriteDebugProcessMemory(Handle debug, const void* buffer, u64 addr, u64 size);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Gets parameters from a thread in a debugging session.
|
* @brief Gets parameters from a thread in a debugging session.
|
||||||
|
Loading…
Reference in New Issue
Block a user