[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

View File

@@ -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;