From 1f3fcd6a589cbee299d37f418af8ee08d10679a3 Mon Sep 17 00:00:00 2001 From: Ian C Date: Fri, 19 Nov 2010 14:52:49 +0000 Subject: Fixed compilation problems with new libnds. Note: Resulting binaries untested. --- source/touchwrap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/touchwrap.c') diff --git a/source/touchwrap.c b/source/touchwrap.c index 4fa373b..3d1aa98 100644 --- a/source/touchwrap.c +++ b/source/touchwrap.c @@ -35,7 +35,7 @@ int AllowTouch(touchPosition *tp) int16 dy; int res; - *tp = touchReadXY(); + touchRead(tp); if (DS81_Config[DS81_AVERAGE_TOUCHSCREEN]) { -- cgit v1.2.3