summaryrefslogtreecommitdiff
path: root/libretro
diff options
context:
space:
mode:
authortwinaphex2016-08-06 01:00:52 +0200
committertwinaphex2016-08-06 01:00:52 +0200
commit0dec0645132175a1efa74d0ae26acacf6ae6f3b1 (patch)
tree32c20215a9e1740da30f408c3eebce6a842d909c /libretro
parent44e3e09a94eb4cc2aab2fe817e938456deaa0ad3 (diff)
downloadsnes9x2002-0dec0645132175a1efa74d0ae26acacf6ae6f3b1.tar.gz
snes9x2002-0dec0645132175a1efa74d0ae26acacf6ae6f3b1.tar.bz2
snes9x2002-0dec0645132175a1efa74d0ae26acacf6ae6f3b1.zip
Remove unused SaveSRAM
Diffstat (limited to 'libretro')
-rw-r--r--libretro/libretro.c1
1 files changed, 0 insertions, 1 deletions
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; }