[ADD] wip livearea images
BIN
imgs/icon0.png
Normal file
|
After Width: | Height: | Size: 9.9 KiB |
BIN
imgs/livearea/contents/bg.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
imgs/livearea/contents/startup.png
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
11
imgs/livearea/contents/template.xml
Normal 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>
|
||||
|
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
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 6.1 KiB |
BIN
sce_sys/livearea/contents/startup.png
Executable file → Normal file
|
Before Width: | Height: | Size: 9.6 KiB After Width: | Height: | Size: 9.0 KiB |
@@ -539,7 +539,7 @@ void update()
|
||||
|
||||
sceCtrlPeekBufferPositive(0, &pad, 1);
|
||||
|
||||
if (pad.buttons & SCE_CTRL_START)
|
||||
if (pad.buttons & SCE_CTRL_START && pad.buttons & SCE_CTRL_SELECT)
|
||||
running = 0;
|
||||
if (pad.buttons & SCE_CTRL_CROSS)
|
||||
cross_pressed = 1;
|
||||
|
||||