From 4afcfb34982fbd3ed817fb29997c14b799a21ed2 Mon Sep 17 00:00:00 2001 From: mrdudz Date: Mon, 20 Jul 2015 16:03:03 +0200 Subject: [PATCH] fixed hello.c for pce --- samples/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/hello.c b/samples/hello.c index 749a9d859..78c28af89 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__) +#if defined(__NES__) || defined(__PCE__) /* Wait for the user to press a button */ joy_install (joy_static_stddrv); -- 2.39.5