mirror of
https://github.com/XorTroll/uLaunch
synced 2024-11-10 06:24:12 +00:00
Atmosphere changes apparently
This commit is contained in:
parent
f44b870df5
commit
a6750c5a0f
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit af0d008900128d8679b80569f69fe562ed7d6681
|
Subproject commit b1607dc8a3d85bc8c859c60d70ebb4a3dcbb85b8
|
|
@ -61,7 +61,7 @@ namespace am {
|
||||||
};
|
};
|
||||||
constexpr auto space_id = FsSaveDataSpaceId_Temporary;
|
constexpr auto space_id = FsSaveDataSpaceId_Temporary;
|
||||||
const FsSaveDataCreationInfo cr_info = {
|
const FsSaveDataCreationInfo cr_info = {
|
||||||
.save_data_size = ct_data->nacp.temporary_storage_size,
|
.save_data_size = (s64)ct_data->nacp.temporary_storage_size,
|
||||||
.journal_size = 0,
|
.journal_size = 0,
|
||||||
.available_size = 0x4000,
|
.available_size = 0x4000,
|
||||||
.owner_id = app_id,
|
.owner_id = app_id,
|
||||||
|
|
Loading…
Reference in a new issue