Add additional error logging

This commit is contained in:
Maschell 2023-01-11 10:50:29 +01:00
parent 0e30c81e4a
commit 51eaca82b3
1 changed files with 4 additions and 0 deletions

View File

@ -61,9 +61,13 @@ int32_t main(int32_t argc, char **argv) {
FSACloseDir(client, dirHandle); FSACloseDir(client, dirHandle);
handleUpdateWarningScreen(); handleUpdateWarningScreen();
} }
} else {
DEBUG_FUNCTION_LINE_ERR("Failed to unlock FSA Client");
} }
FSADelClient(client); FSADelClient(client);
} else {
DEBUG_FUNCTION_LINE_ERR("Failed to create FSA Client");
} }
bool showvHBL = getVWiiHBLTitleId() != 0; bool showvHBL = getVWiiHBLTitleId() != 0;