[ADD] wip livearea images

This commit is contained in:
SemvdH
2021-08-27 21:58:24 +02:00
parent 034451755f
commit bd3f688009
8 changed files with 12 additions and 1 deletions

BIN
imgs/icon0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<livearea style="a1" format-ver="01.00" content-rev="1">
<livearea-background>
<image>bg.png</image>
</livearea-background>
<gate>
<startup-image>startup.png</startup-image>
</gate>
</livearea>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 9.3 KiB

BIN
sce_sys/livearea/contents/bg.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 6.1 KiB

BIN
sce_sys/livearea/contents/startup.png Executable file → Normal file

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.6 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@@ -539,7 +539,7 @@ void update()
sceCtrlPeekBufferPositive(0, &pad, 1); sceCtrlPeekBufferPositive(0, &pad, 1);
if (pad.buttons & SCE_CTRL_START) if (pad.buttons & SCE_CTRL_START && pad.buttons & SCE_CTRL_SELECT)
running = 0; running = 0;
if (pad.buttons & SCE_CTRL_CROSS) if (pad.buttons & SCE_CTRL_CROSS)
cross_pressed = 1; cross_pressed = 1;