From a6750c5a0fec21063a35ba4fbcdfcb9aa8e6226f Mon Sep 17 00:00:00 2001 From: XorTroll Date: Mon, 3 Apr 2023 00:18:40 +0200 Subject: [PATCH] Atmosphere changes apparently --- Atmosphere-libs | 2 +- uLaunch/source/am/am_Application.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Atmosphere-libs b/Atmosphere-libs index af0d0089..b1607dc8 160000 --- a/Atmosphere-libs +++ b/Atmosphere-libs @@ -1 +1 @@ -Subproject commit af0d008900128d8679b80569f69fe562ed7d6681 +Subproject commit b1607dc8a3d85bc8c859c60d70ebb4a3dcbb85b8 diff --git a/uLaunch/source/am/am_Application.cpp b/uLaunch/source/am/am_Application.cpp index 71c75879..811b1d49 100644 --- a/uLaunch/source/am/am_Application.cpp +++ b/uLaunch/source/am/am_Application.cpp @@ -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,