aboutsummaryrefslogtreecommitdiff
path: root/source/port.h
diff options
context:
space:
mode:
authortwinaphex2016-08-08 03:51:26 +0200
committertwinaphex2016-08-08 03:51:26 +0200
commit53311c57c4eb1ef7f91dfe87f62323c81d610f7e (patch)
tree3c9833e2d0f3a84ea6fdf594d804bbc7b448496a /source/port.h
parentc2e0540fecb7ce6ac11362cc77cf12aa60656516 (diff)
downloadsnes9x2005-53311c57c4eb1ef7f91dfe87f62323c81d610f7e.tar.gz
snes9x2005-53311c57c4eb1ef7f91dfe87f62323c81d610f7e.tar.bz2
snes9x2005-53311c57c4eb1ef7f91dfe87f62323c81d610f7e.zip
Cleanups
Diffstat (limited to 'source/port.h')
-rw-r--r--source/port.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/source/port.h b/source/port.h
index cf03cee..9884091 100644
--- a/source/port.h
+++ b/source/port.h
@@ -157,7 +157,7 @@ void _splitpath(const char* path, char* drive, char* dir, char* fname,
#define strncasecmp strnicmp
#endif
-void S9xGenerateSound();
+void S9xGenerateSound(void);
#ifdef __DJGPP
#define SLASH_STR "/"
@@ -167,11 +167,6 @@ void S9xGenerateSound();
#define SLASH_CHAR '/'
#endif
-/* If including signal.h, do it before snes9.h and port.h to avoid clashes. */
-#ifndef SIG_PF
-#define SIG_PF void(*)(int)
-#endif
-
#if defined(__i386__) || defined(__i486__) || defined(__i586__) || \
defined(__WIN32__) || defined(__alpha__)
#define FAST_LSB_WORD_ACCESS
@@ -184,8 +179,6 @@ void S9xGenerateSound();
//#define FAST_LSB_WORD_ACCESS
#endif
-#define STATIC static
-
#include <libretro.h>
#endif