From 4aa2d9202476c643afbb47b4970358471e8a7725 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Sat, 25 Mar 2006 21:33:58 +0000 Subject: [PATCH] We're in 2006. --- zsnes/src/uic.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/zsnes/src/uic.c b/zsnes/src/uic.c index cce2e3ac..f3fdc27f 100644 --- a/zsnes/src/uic.c +++ b/zsnes/src/uic.c @@ -277,7 +277,7 @@ void zstart () printf("%s", mydebug); // Print welcome message. - printf("ZSNES v%s, (c) 1997-2005, ZSNES Team\n", ZVERSION); + printf("ZSNES v%s, (c) 1997-2006, ZSNES Team\n", ZVERSION); puts("Be sure to check http://www.zsnes.com/ for the latest version."); puts("Please report crashes to zsnes-devel@lists.sourceforge.net.\n"); puts("ZSNES is written by the ZSNES Team (See AUTHORS.TXT)"); @@ -505,6 +505,8 @@ void MultiMouseProcess() continue; } + //printf("Device: %d; Type: %d; Item: %d; Value: %d\n", event.device, event.type, event.item, event.value); + if ((event.device == (mouse^1)) && !MouseWaiting[event.device]) { MouseMoveX[event.device] = 0;