From 5bf8523dcd61f140e7ed5921e529a1b75c9b471b Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 30 Nov 2015 19:48:10 +0100 Subject: [PATCH] fix hello.c --- samples/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/hello.c b/samples/hello.c index 78c28af89..385112367 100644 --- a/samples/hello.c +++ b/samples/hello.c @@ -68,7 +68,7 @@ int main (void) gotoxy ((XSize - strlen (Text)) / 2, YSize / 2); cprintf ("%s", Text); -#if defined(__NES__) || defined(__PCE__) +#if defined(__NES__) || defined(__PCE__) || defined(__GAMATE__) /* Wait for the user to press a button */ joy_install (joy_static_stddrv); -- 2.39.5