fix hello.c
This commit is contained in:
@@ -68,7 +68,7 @@ int main (void)
|
|||||||
gotoxy ((XSize - strlen (Text)) / 2, YSize / 2);
|
gotoxy ((XSize - strlen (Text)) / 2, YSize / 2);
|
||||||
cprintf ("%s", Text);
|
cprintf ("%s", Text);
|
||||||
|
|
||||||
#if defined(__NES__) || defined(__PCE__)
|
#if defined(__NES__) || defined(__PCE__) || defined(__GAMATE__)
|
||||||
|
|
||||||
/* Wait for the user to press a button */
|
/* Wait for the user to press a button */
|
||||||
joy_install (joy_static_stddrv);
|
joy_install (joy_static_stddrv);
|
||||||
|
|||||||
Reference in New Issue
Block a user