summaryrefslogtreecommitdiff
path: root/src/snapshot.h
diff options
context:
space:
mode:
authortwinaphex2015-11-10 04:17:06 +0100
committertwinaphex2015-11-10 04:17:06 +0100
commit80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36 (patch)
tree0def409b3ef9a0522722c03e91dc4abcd6c0c769 /src/snapshot.h
parent5e6455285bec454190ace7a61b034891cc2f99b3 (diff)
downloadsnes9x2002-80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36.tar.gz
snes9x2002-80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36.tar.bz2
snes9x2002-80b1ab9c519318ad5c2c5f7eb3f6b0349dccee36.zip
Cleanups
Diffstat (limited to 'src/snapshot.h')
-rw-r--r--src/snapshot.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/snapshot.h b/src/snapshot.h
index 1af02fd..5c55d2c 100644
--- a/src/snapshot.h
+++ b/src/snapshot.h
@@ -57,7 +57,6 @@ bool8 S9xFreezeGame(const char* filename);
bool8 S9xUnfreezeGame(const char* filename);
bool8 Snapshot(const char* filename);
bool8 S9xLoadSnapshot(const char* filename);
-bool8 S9xSPCDump(const char* filename);
END_EXTERN_C
#endif