summaryrefslogtreecommitdiff
path: root/src/port.h
diff options
context:
space:
mode:
authortwinaphex2015-11-08 04:35:30 +0100
committertwinaphex2015-11-08 04:35:30 +0100
commit804215a4c07fe76208a562e58d56b874968f828d (patch)
treeaac36aa10c1d72fa5a9927fc5a3aefcc4923c4ef /src/port.h
parentb5020d0568e1ce401eb242dbc2e711886c8b0ad2 (diff)
downloadsnes9x2002-804215a4c07fe76208a562e58d56b874968f828d.tar.gz
snes9x2002-804215a4c07fe76208a562e58d56b874968f828d.tar.bz2
snes9x2002-804215a4c07fe76208a562e58d56b874968f828d.zip
Take out _SNESPPC ifdefs
Diffstat (limited to 'src/port.h')
-rw-r--r--src/port.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/port.h b/src/port.h
index 6342940..04422e9 100644
--- a/src/port.h
+++ b/src/port.h
@@ -53,10 +53,6 @@ I can't take it anymore, it's too convoluted. So I've commented out the entire
with a single define-block for each target platform.
*/
-/*
-** _SNESPPC DEFINES
-*/
-
#if 1
//Title
@@ -145,7 +141,6 @@ typedef short int16_32;
EXTERN_C void S9xGenerateSound ();
-//Additional Items for _SNESPPC port
void _makepath (char *path, const char *drive, const char *dir,
const char *fname, const char *ext);
void _splitpath (const char *path, char *drive, char *dir, char *fname,
@@ -163,6 +158,6 @@ void _splitpath (const char *path, char *drive, char *dir, char *fname,
#define inline __inline
#endif
-#endif // _SNESPPC
+#endif //
#endif // _PORT_H_