applet: Updated for new-ipc, various internal improvements, and changed the transfer_size param type for appletReadThemeStorage to u64.

This commit is contained in:
yellows8 2019-10-02 19:02:20 -04:00
parent f17773c64f
commit 9916fe93a0
No known key found for this signature in database
GPG Key ID: 0AF90DA3F1E60E43
2 changed files with 598 additions and 2705 deletions

View File

@ -7,7 +7,6 @@
*/
#pragma once
#include "../types.h"
#include "../services/sm.h"
#include "../services/apm.h"
#include "../services/pdm.h"
#include "../services/caps.h"
@ -2137,7 +2136,7 @@ Result appletBeginToObserveHidInputForDevelop(void);
* @param[in] offset Offset within the ThemeStorage.
* @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.

File diff suppressed because it is too large Load Diff