diff options
author | Ian C <ianc@noddybox.co.uk> | 2010-11-19 14:52:49 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2010-11-19 14:52:49 +0000 |
commit | 1f3fcd6a589cbee299d37f418af8ee08d10679a3 (patch) | |
tree | 7b6128a2f079a4525df60296c8de564f4635dbc5 /source/touchwrap.c | |
parent | aa4c85d56726d18ec999f08a90b4e2ac1028515a (diff) |
Fixed compilation problems with new libnds.
Note: Resulting binaries untested.
Diffstat (limited to 'source/touchwrap.c')
-rw-r--r-- | source/touchwrap.c | 2 |
1 files changed, 1 insertions, 1 deletions
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]) { |