aboutsummaryrefslogtreecommitdiff
path: root/shell/emu
diff options
context:
space:
mode:
authorgameblabla2020-11-13 11:51:03 +0000
committerGitHub2020-11-13 11:51:03 +0000
commit2c0f6b94dde7ee731b12d8cd0325125a4130f7e1 (patch)
tree561d15ab3b9d9b7019420b6d8a01c652a65e6433 /shell/emu
parentc6d560b0adc5b321115f2597091422787588b807 (diff)
parentbd845b9085ab3f59a66278c4f7d4d00877d8fce1 (diff)
downloadsnesemu-2c0f6b94dde7ee731b12d8cd0325125a4130f7e1.tar.gz
snesemu-2c0f6b94dde7ee731b12d8cd0325125a4130f7e1.tar.bz2
snesemu-2c0f6b94dde7ee731b12d8cd0325125a4130f7e1.zip
Merge pull request #2 from m45t3r/gcw0-support
GCW0 support and some fixes
Diffstat (limited to 'shell/emu')
-rw-r--r--shell/emu/main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/emu/main.h b/shell/emu/main.h
index 43688c3..8bf6c42 100644
--- a/shell/emu/main.h
+++ b/shell/emu/main.h
@@ -1,7 +1,6 @@
#ifndef MAIN_H
#define MAIN_H
-int ResumeEmulation;
// utility functions that the core requires us to implement
extern const char* S9xGetFilename(const char* extension);
extern const char* S9xGetDirectory(uint32_t dirtype);