This commit is contained in:
Henrik Rydgård
2025-06-03 13:05:45 +02:00
parent 399f345554
commit 722d065417
2 changed files with 3 additions and 2 deletions
+1
View File
@@ -717,6 +717,7 @@ void PSP_Shutdown(bool success) {
IncrementDebugCounter(DebugCounter::GAME_SHUTDOWN);
}
// Do not use. Currently only used from the websocket debugger
BootState PSP_Reboot(std::string *error_string) {
if (g_bootState != BootState::Complete) {
return g_bootState;
+2 -2
View File
@@ -9,7 +9,7 @@ icons = {
"tinted": "tinted.png"
}
output_dir = "AppIconGold.appiconset"
output_dir = "IconGold.appiconset"
os.makedirs(output_dir, exist_ok=True)
# Sizes and scales required by iOS
@@ -74,4 +74,4 @@ contents = {
with open(os.path.join(output_dir, "Contents.json"), "w") as f:
json.dump(contents, f, indent=4)
print("AppIconGold asset catalog with light, dark and tinted appearances generated.")
print("✅ IconGold asset catalog with light, dark and tinted appearances generated.")