From 0dec0645132175a1efa74d0ae26acacf6ae6f3b1 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Aug 2016 01:00:52 +0200 Subject: Remove unused SaveSRAM --- libretro/libretro.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libretro') diff --git a/libretro/libretro.c b/libretro/libretro.c index 0e5ad5f..b7d8cab 100644 --- a/libretro/libretro.c +++ b/libretro/libretro.c @@ -567,7 +567,6 @@ const char* S9xChooseFilename(bool8 a) { return NULL; } bool8 S9xInitUpdate() { return TRUE; } bool8 S9xContinueUpdate(int width, int height) { return TRUE; } void S9xSetPalette() {} -void S9xAutoSaveSRAM() {} void S9xLoadSDD1Data() {} bool8 S9xReadMousePosition (int which1_0_to_1, int* x, int* y, uint32* buttons) { return FALSE; } bool8 S9xReadSuperScopePosition (int* x, int* y, uint32* buttons) { return FALSE; } -- cgit v1.2.3