mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-17 14:56:55 -05:00
StorageAPI: Only proccess items for the last returned sub category or root item.
This commit is contained in:
@@ -27,6 +27,7 @@ typedef enum {
|
||||
WUPS_STORAGE_ERROR_B64_DECODE_FAILED = -9,
|
||||
WUPS_STORAGE_ERROR_BUFFER_TOO_SMALL = -10,
|
||||
WUPS_STORAGE_ERROR_MALLOC_FAILED = -11,
|
||||
WUPS_STORAGE_ERROR_NOT_ACTIVE_CATEGORY = -13,
|
||||
} WUPSStorageError;
|
||||
|
||||
typedef struct wups_storage_item_t_ {
|
||||
|
||||
Reference in New Issue
Block a user