diff options
author | twinaphex | 2016-10-13 16:57:10 +0200 |
---|---|---|
committer | twinaphex | 2016-10-13 16:57:10 +0200 |
commit | a30e5eb10e1968694f58d6d19e1bf06b2c4808ce (patch) | |
tree | 17370a72de9c756c449d8cc43829d8acf4d5b038 /src | |
parent | e5e96458e10cf6faccd3a3fa44e3c928d7868af1 (diff) | |
download | snes9x2002-a30e5eb10e1968694f58d6d19e1bf06b2c4808ce.tar.gz snes9x2002-a30e5eb10e1968694f58d6d19e1bf06b2c4808ce.tar.bz2 snes9x2002-a30e5eb10e1968694f58d6d19e1bf06b2c4808ce.zip |
Cleanup
Diffstat (limited to 'src')
-rw-r--r-- | src/snapshot.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/snapshot.c b/src/snapshot.c index 9ab89a6..fd7e989 100644 --- a/src/snapshot.c +++ b/src/snapshot.c @@ -46,7 +46,6 @@ #endif
#include "snapshot.h"
-//#include "snaporig.h"
#include "memmap.h"
#include "snes9x.h"
#include "65c816.h"
@@ -71,8 +70,6 @@ extern void (*statef_close)(); extern uint8* SRAM;
-//bool8 S9xUnfreezeZSNES (const char *filename);
-
typedef struct
{
int offset;
|