From 968eda17e3ed36190774e0262432807fee9d5d30 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sun, 26 Mar 2006 23:06:39 +0000 Subject: [PATCH] Fixed ManyMouse on *nix, it's __UNIXSDL__ not __SDL__. --- zsnes/src/uic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsnes/src/uic.c b/zsnes/src/uic.c index 33b32f7e..94f84ba7 100644 --- a/zsnes/src/uic.c +++ b/zsnes/src/uic.c @@ -289,7 +289,7 @@ void zstart () puts("May or may not be complete"); #endif -#ifdef __SDL__ +#ifdef __UNIXSDL__ MultiMouseInit(); #endif