mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-07-11 01:25:07 +02:00
Minor
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user