chore: format everything

This commit is contained in:
Tropical
2026-03-30 02:13:59 -05:00
parent 470ddf959d
commit c9b90cae2c
463 changed files with 12748 additions and 11285 deletions

View File

@@ -2,7 +2,6 @@
#include "UI.h"
#include "UIScene_InGameSaveManagementMenu.h"
namespace {
int InGameSaveManagementThumbnailReturnedThunk(void* lpParam,
std::uint8_t* thumbnailData,
@@ -67,7 +66,6 @@ UIScene_InGameSaveManagementMenu::UIScene_InGameSaveManagementMenu(
m_saveDetails = nullptr;
m_iSaveDetailsCount = 0;
// block input if we're waiting for DLC to install, and wipe the saves list.
// The end of dlc mounting custom message will fill the list again
if (app.StartInstallDLCProcess(m_iPad) == true || app.DLCInstallPending()) {
@@ -78,7 +76,6 @@ UIScene_InGameSaveManagementMenu::UIScene_InGameSaveManagementMenu(
Initialise();
}
// If we're not ignoring input, then we aren't still waiting for the DLC to
// mount, and can now check for corrupt dlc. Otherwise this will happen when
// the dlc has finished mounting.