Add additional error logging

This commit is contained in:
Maschell 2023-01-11 10:50:29 +01:00
parent 4208bbc235
commit c3406c68f8

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;