aboutsummaryrefslogtreecommitdiff
path: root/shell/emu
diff options
context:
space:
mode:
authorm45t3r2020-11-12 00:20:12 -0300
committerm45t3r2020-11-12 00:30:01 -0300
commitb573d4ac1108e58b367127780a30c3d50d2523a9 (patch)
treeaa9eb5369f837c15a9b61f46cb079d2edeaa7eb6 /shell/emu
parentc6d560b0adc5b321115f2597091422787588b807 (diff)
downloadsnesemu-b573d4ac1108e58b367127780a30c3d50d2523a9.tar.gz
snesemu-b573d4ac1108e58b367127780a30c3d50d2523a9.tar.bz2
snesemu-b573d4ac1108e58b367127780a30c3d50d2523a9.zip
Fix compilation with modern GCC, remove unused portaudio.h
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);