mirror of
https://github.com/dborth/fceugx.git
synced 2024-10-31 22:45:05 +01:00
intl typo fix
This commit is contained in:
parent
79c8a66f20
commit
7df8e60875
@ -9,6 +9,7 @@
|
||||
#include <string.h>
|
||||
#include "../../iplfont/iplfont.h"
|
||||
#include "nesback.h"
|
||||
#include "intl.h"
|
||||
|
||||
//#define FORCE_PAL50 1
|
||||
|
||||
|
@ -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(); }
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user