Skip to content

Commit

Permalink
Atmosphere changes apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
XorTroll committed Apr 2, 2023
1 parent f44b870 commit a6750c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uLaunch/source/am/am_Application.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace am {
};
constexpr auto space_id = FsSaveDataSpaceId_Temporary;
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,
.available_size = 0x4000,
.owner_id = app_id,
Expand Down

0 comments on commit a6750c5

Please sign in to comment.