diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-07 05:25:19 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-07-07 05:25:19 +0000 |
| commit | 14b4acb8311b0c513150e44a8fc300907523d194 (patch) | |
| tree | 03b52524237628153880d2aa7fc0c336ed8db381 /libpcsxcore/plugins.h | |
| parent | dd4b2eaa7fc19e3988b6a6a6e41f0784126ef7b3 (diff) | |
| download | pcsxr-14b4acb8311b0c513150e44a8fc300907523d194.tar.gz | |
#ifdef'ed out Sio1 interface for now (using uninitialized ptr in plugins.c could result in potential bad thing)
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@54254 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.h')
| -rw-r--r-- | libpcsxcore/plugins.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 20fde072..68527c5d 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -26,6 +26,8 @@ extern "C" { #include "psxcommon.h"
+//#define ENABLE_SIO1API 1
+
#ifndef _WIN32
typedef void* HWND;
@@ -322,6 +324,8 @@ extern NETrecvPadData NET_recvPadData; extern NETsetInfo NET_setInfo;
extern NETkeypressed NET_keypressed;
+#ifdef ENABLE_SIO1API
+
// SIO1 Functions (link cable)
typedef long (CALLBACK* SIO1init)(void);
typedef long (CALLBACK* SIO1shutdown)(void);
@@ -391,6 +395,8 @@ extern SIO1readBaud16 SIO1_readBaud16; extern SIO1readBaud32 SIO1_readBaud32;
extern SIO1registerCallback SIO1_registerCallback;
+#endif
+
void CALLBACK clearDynarec(void);
void SetIsoFile(const char *filename);
|
