mirror of
https://github.com/switchbrew/libnx.git
synced 2025-12-07 04:38:14 +01:00
Fix svcSetHeapSize note (#694)
This commit is contained in:
parent
2779011f7d
commit
5bb38fbd25
@ -296,7 +296,7 @@ typedef enum {
|
||||
/**
|
||||
* @brief Set the process heap to a given size. It can both extend and shrink the heap.
|
||||
* @param[out] out_addr Variable to which write the address of the heap (which is randomized and fixed by the kernel)
|
||||
* @param[in] size Size of the heap, must be a multiple of 0x200000 and [2.0.0+] less than 0x18000000.
|
||||
* @param[in] size Size of the heap, must be a multiple of 0x200000.
|
||||
* @return Result code.
|
||||
* @note Syscall number 0x01.
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user