mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-13 06:15:11 +01:00
StorageAPI: Set isDirty flag when WUPS_StoreBinary was called
This commit is contained in:
parent
98623f15ab
commit
0a427fd31c
@ -354,6 +354,8 @@ WUPSStorageError WUPS_StoreBinary(wups_storage_item_t *parent, const char *key,
|
||||
parent = &rootItem;
|
||||
}
|
||||
|
||||
isDirty = true;
|
||||
|
||||
wups_storage_item_t *item = addItem(parent, key, WUPS_STORAGE_TYPE_STRING);
|
||||
|
||||
item->data = b64_encode((const uint8_t *) data, size);
|
||||
|
Loading…
Reference in New Issue
Block a user