intl typo fix

This commit is contained in:
dsbomb 2008-05-01 04:46:33 +00:00
parent 79c8a66f20
commit 7df8e60875
2 changed files with 2 additions and 1 deletions

View File

@ -9,6 +9,7 @@
#include <string.h>
#include "../../iplfont/iplfont.h"
#include "nesback.h"
#include "intl.h"
//#define FORCE_PAL50 1

View File

@ -783,7 +783,7 @@ void ShowROMInfo() {
SetScreen();
while ( !(PAD_Bu/ttonsDown(0) & (PAD_BUTTON_A | PAD_BUTTON_B)) )
while ( !(PAD_ButtonsDown(0) & (PAD_BUTTON_A | PAD_BUTTON_B)) )
{ VIDEO_WaitVSync(); }
}