diff options
author | twinaphex | 2016-08-06 01:09:06 +0200 |
---|---|---|
committer | twinaphex | 2016-08-06 01:09:06 +0200 |
commit | 2c326220170c58bd533d018e39d2b482566d7208 (patch) | |
tree | e45199f1f06f974949441f9a0dcaa8cc766622f2 /source | |
parent | fb2302917d24904e8a65adf9b6f7fb9b95ce8cd8 (diff) | |
download | snesemu-2c326220170c58bd533d018e39d2b482566d7208.tar.gz snesemu-2c326220170c58bd533d018e39d2b482566d7208.tar.bz2 snesemu-2c326220170c58bd533d018e39d2b482566d7208.zip |
Remove prototype
Diffstat (limited to 'source')
-rw-r--r-- | source/memmap.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source/memmap.h b/source/memmap.h index 9000641..f94fde3 100644 --- a/source/memmap.h +++ b/source/memmap.h @@ -250,11 +250,6 @@ void ResetSpeedMap(); extern CMemory Memory; void S9xDeinterleaveMode2(); -bool LoadZip(const char* zipname, - int32_t* TotalFileSize, - int32_t* headers, - uint8_t* buffer); - #ifdef NO_INLINE_SET_GET uint8_t S9xGetByte(uint32_t Address); |