Skip to content

Commit

Permalink
Update Livearea assets.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinnegatamante committed Apr 7, 2022
1 parent 6140e50 commit 66a0121
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file modified livearea/bg0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified livearea/default_gate.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified livearea/icon0.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion livearea/template.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>

<livearea style="psmobile" format-ver="01.00" content-rev="1">
<livearea style="a1" format-ver="01.00" content-rev="1">
<livearea-background>
<image>bg0.png</image>
</livearea-background>
Expand Down
2 changes: 1 addition & 1 deletion selector/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ void OptimizeApk(char *game) {
tot_idx = -1;
saved_size = -1.0f;
extracting = true;
SceUID extractor_thid = sceKernelCreateThread("Audio Thread", &extractor_thread, 0x10000100, 0x100000, 0, 0, NULL);
SceUID extractor_thid = sceKernelCreateThread("Extractor Thread", &extractor_thread, 0x10000100, 0x100000, 0, 0, NULL);
sceKernelStartThread(extractor_thid, strlen(game) + 1, game);
}

Expand Down

0 comments on commit 66a0121

Please sign in to comment.