Skip to content

Commit a6750c5

Browse files
committed
Atmosphere changes apparently
1 parent f44b870 commit a6750c5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

uLaunch/source/am/am_Application.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ namespace am {
6161
};
6262
constexpr auto space_id = FsSaveDataSpaceId_Temporary;
6363
const FsSaveDataCreationInfo cr_info = {
64-
.save_data_size = ct_data->nacp.temporary_storage_size,
64+
.save_data_size = (s64)ct_data->nacp.temporary_storage_size,
6565
.journal_size = 0,
6666
.available_size = 0x4000,
6767
.owner_id = app_id,

0 commit comments

Comments
 (0)