Estoy elaborando un menu simple en C guiandome por el samplle que teneis aki. Pero no entiendo este pedazo de codigo:
int main() { sceCtrlReadBufferPositive(&lastPad, 1); pspDebugScreenInit(); Menu_A(); while(1) { sceCtrlReadBufferPositive(¤tPad, 1); if( currentPad.Buttons != lastPad.Buttons ) { lastPad = currentPad;