aboutsummaryrefslogtreecommitdiff
path: root/Source/Pad.h
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-07-27 07:41:25 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-07-27 07:41:25 +0200
commit153f078ec20cc442dd4dbe802dbd5fcb1748fcca (patch)
treedb82fe5fe9f6165b2239f3523d5f02ec8d9fa02b /Source/Pad.h
parentcb1c0345c766fada621b521ca39aac02ae25056b (diff)
downloadairport-153f078ec20cc442dd4dbe802dbd5fcb1748fcca.tar.gz
* Added comments on System.
* Files needed for Game are now only loaded once, except from LEVEL1.PLT. * Added DevMenu to get debug info. * ISR_LoadMenuVBlank() does not stop when accessing SIO. * On fopen() and SERIAL_INTERFACE defined, "#" is prepended and "@" is appended to filename string.
Diffstat (limited to 'Source/Pad.h')
-rw-r--r--Source/Pad.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/Source/Pad.h b/Source/Pad.h
index 5b5fa1d..f88532f 100644
--- a/Source/Pad.h
+++ b/Source/Pad.h
@@ -23,6 +23,13 @@ void PadInit(void);
void PadClearData(void);
bool PadOneConnected(void);
+bool PadTwoConnected(void);
+
+unsigned char PadOneGetType(void);
+unsigned char PadTwoGetType(void);
+
+unsigned char PadOneGetID(void);
+unsigned char PadTwoGetID(void);
bool PadOneAnyKeyPressed(void);
bool PadTwoAnyKeyPressed(void);