mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 20:42:44 +02:00
applet: Updated for new-ipc, various internal improvements, and changed the transfer_size param type for appletReadThemeStorage to u64.
This commit is contained in:
parent
f17773c64f
commit
9916fe93a0
@ -7,7 +7,6 @@
|
|||||||
*/
|
*/
|
||||||
#pragma once
|
#pragma once
|
||||||
#include "../types.h"
|
#include "../types.h"
|
||||||
#include "../services/sm.h"
|
|
||||||
#include "../services/apm.h"
|
#include "../services/apm.h"
|
||||||
#include "../services/pdm.h"
|
#include "../services/pdm.h"
|
||||||
#include "../services/caps.h"
|
#include "../services/caps.h"
|
||||||
@ -2137,7 +2136,7 @@ Result appletBeginToObserveHidInputForDevelop(void);
|
|||||||
* @param[in] offset Offset within the ThemeStorage.
|
* @param[in] offset Offset within the ThemeStorage.
|
||||||
* @param[out] transfer_size Actual read size.
|
* @param[out] transfer_size Actual read size.
|
||||||
*/
|
*/
|
||||||
Result appletReadThemeStorage(void* buffer, size_t size, u64 offset, size_t *transfer_size);
|
Result appletReadThemeStorage(void* buffer, size_t size, u64 offset, u64 *transfer_size);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Writes the ThemeStorage for the current applet.
|
* @brief Writes the ThemeStorage for the current applet.
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user