diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-05 07:17:39 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-05-05 07:17:39 +0000 |
| commit | ad055a84cd084b0de505fea5c61a9e3ac9ec9297 (patch) | |
| tree | d28f8f6967676c8cee0751f1731fdfb1b8d5d288 /libpcsxcore/plugins.h | |
| parent | fb3257e40a998d0a10c0219c159390a600c43e7c (diff) | |
| download | pcsxr-ad055a84cd084b0de505fea5c61a9e3ac9ec9297.tar.gz | |
Got rid of PAD_readPort1()/PAD_readPort2().
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@47359 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore/plugins.h')
| -rw-r--r-- | libpcsxcore/plugins.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libpcsxcore/plugins.h b/libpcsxcore/plugins.h index 017f28eb..297327a9 100644 --- a/libpcsxcore/plugins.h +++ b/libpcsxcore/plugins.h @@ -244,8 +244,6 @@ typedef long (CALLBACK* PADshutdown)(void); typedef long (CALLBACK* PADtest)(void);
typedef long (CALLBACK* PADclose)(void);
typedef long (CALLBACK* PADquery)(void);
-typedef long (CALLBACK* PADreadPort1)(PadDataS*);
-typedef long (CALLBACK* PADreadPort2)(PadDataS*);
typedef long (CALLBACK* PADkeypressed)(void);
typedef unsigned char (CALLBACK* PADstartPoll)(int);
typedef unsigned char (CALLBACK* PADpoll)(unsigned char);
@@ -260,7 +258,6 @@ PADtest PAD1_test; PADopen PAD1_open;
PADclose PAD1_close;
PADquery PAD1_query;
-PADreadPort1 PAD1_readPort1;
PADkeypressed PAD1_keypressed;
PADstartPoll PAD1_startPoll;
PADpoll PAD1_poll;
@@ -274,7 +271,6 @@ PADtest PAD2_test; PADopen PAD2_open;
PADclose PAD2_close;
PADquery PAD2_query;
-PADreadPort2 PAD2_readPort2;
PADkeypressed PAD2_keypressed;
PADstartPoll PAD2_startPoll;
PADpoll PAD2_poll;
|
