From 44476d7bda0a3b90bb71f379cc78614b6f66906d Mon Sep 17 00:00:00 2001 From: aliaspider Date: Wed, 29 Oct 2014 09:21:38 +0100 Subject: remove more C++ code. --- libretro.c | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'libretro.c') diff --git a/libretro.c b/libretro.c index 36ef0d3..718a421 100644 --- a/libretro.c +++ b/libretro.c @@ -155,14 +155,6 @@ void S9xInitDisplay (void) GFX.Delta = (GFX.SubScreen - GFX.Screen) >> 1; } -void S9xParseArg (char **argv, int &i, int argc) -{ -} - -void S9xParseDisplayArg (char **argv, int &ind, int) -{ -} - void S9xExit () { // if(Settings.SPC7110) @@ -715,12 +707,12 @@ void S9xLoadSDD1Data () } -bool8 S9xReadMousePosition (int which1, int &x, int &y, uint32 &buttons) +bool8 S9xReadMousePosition (int which1, int *x, int *y, uint32 *buttons) { return (FALSE); } -bool8 S9xReadSuperScopePosition (int &x, int &y, uint32 &buttons) +bool8 S9xReadSuperScopePosition (int *x, int *y, uint32 *buttons) { return (TRUE); } -- cgit v1.2.3