From e7a6f543568c2fa8fe84063a37a9295fe3b3ba0b Mon Sep 17 00:00:00 2001 From: adelikat Date: Thu, 12 Mar 2009 01:12:26 +0000 Subject: [PATCH] This should fix the SDL build --- changelog.txt | 1 + src/drivers/sdl/input.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/changelog.txt b/changelog.txt index 37b26a3c..291b1f30 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,5 @@ ---version 2.0.4 yet to be released--- +11-mar-2009 - adelikat - Added frame counter to savestates 08-mar-2009 - adelikat - Lua - added input.get() function 08-mar-2009 - adelikat - Lua - memory.readbyte will recognize frozen addresses 08-mar-2009 - adelikat - Lua - added FCEU.lagged() function diff --git a/src/drivers/sdl/input.cpp b/src/drivers/sdl/input.cpp index 83787483..954f4922 100644 --- a/src/drivers/sdl/input.cpp +++ b/src/drivers/sdl/input.cpp @@ -559,7 +559,7 @@ do { \ * integers that store . */ static void -GetMouseData(uint32 *d) +GetMouseData(uint32 (&d)[3]) { int x,y; uint32 t;