mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-24 13:52:53 +02:00
Added comment to appletStorageMap.
This commit is contained in:
parent
d65c2ec94b
commit
3af857575c
@ -189,6 +189,7 @@ Result appletStorageGetHandle(AppletStorage *s, s64 *out, Handle *handle);
|
||||
/**
|
||||
* @brief Maps TransferMemory for a HandleStorage. Wrapper for \ref appletCreateHandleStorage.
|
||||
* @note The TransferMemory can be unmapped with \ref appletStorageCloseTmem.
|
||||
* @note Do not use this if the AppletStorage already contains initialized TransferMemory state.
|
||||
* @param s Storage object.
|
||||
* @param addr Output mapped address (optional).
|
||||
* @param size Output size (optional).
|
||||
|
Loading…
Reference in New Issue
Block a user