diff options
| author | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 19:18:22 +0000 |
|---|---|---|
| committer | SND\edgbla_cp <SND\edgbla_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-02-14 19:18:22 +0000 |
| commit | 111ada78b7d179e115466c726ae1d7d05fed9ddb (patch) | |
| tree | 300aa4b88b4cafdf036891cebc5ffc9b9c5156c5 /gui/LnxMain.c | |
| parent | 1b05b0e9736ab40e15190e608d1662921903a0c6 (diff) | |
| download | pcsxr-111ada78b7d179e115466c726ae1d7d05fed9ddb.tar.gz | |
sio;
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/LnxMain.c')
| -rwxr-xr-x | gui/LnxMain.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/LnxMain.c b/gui/LnxMain.c index 716b9462..24b883ae 100755 --- a/gui/LnxMain.c +++ b/gui/LnxMain.c @@ -386,6 +386,9 @@ int main(int argc, char *argv[]) { set_default_plugin(GpuConfS.plist[0], Config.Gpu); set_default_plugin(SpuConfS.plist[0], Config.Spu); set_default_plugin(CdrConfS.plist[0], Config.Cdr); +#ifdef ENABLE_SIO1API + set_default_plugin(Sio1ConfS.plist[0], Config.Sio1); +#endif set_default_plugin(Pad1ConfS.plist[0], Config.Pad1); set_default_plugin(Pad2ConfS.plist[0], Config.Pad2); set_default_plugin(BiosConfS.plist[0], Config.Bios); |
