diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-20 22:36:19 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-07-20 22:36:19 +0200 |
| commit | cb1c0345c766fada621b521ca39aac02ae25056b (patch) | |
| tree | e7d20a64ba04886a540e8387b023758dac361b24 /Source/Menu.h | |
| parent | 98d3232ef413351380d2299af7058fc06a40ff86 (diff) | |
| download | airport-cb1c0345c766fada621b521ca39aac02ae25056b.tar.gz | |
+ Added support for SIO (Serial Input Output).
* On SystemLoadFileToBuffer(), files can be now uploaded to PSX using QPSXSerial.
Diffstat (limited to 'Source/Menu.h')
| -rw-r--r-- | Source/Menu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Menu.h b/Source/Menu.h index d8ea301..6a9b47a 100644 --- a/Source/Menu.h +++ b/Source/Menu.h @@ -15,6 +15,7 @@ #include "EndAnimation.h" #include "PSXSDKIntro.h" #include "MemCard.h" +#include "Serial.h" /* ************************************* * Defines |
