diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-12 17:37:00 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-09-12 17:37:00 +0000 |
| commit | 6d34781f490cb921edff2f822b87117c32bc9fc1 (patch) | |
| tree | d3c650239c33b64dcea0d0ce7ee946d1131cf4c9 /macosx/plugins/DFInput/macsrc/cfg.c | |
| parent | 59132f7e4e49b3d0147c39632d3b3fa6cf8854c7 (diff) | |
| download | pcsxr-6d34781f490cb921edff2f822b87117c32bc9fc1.tar.gz | |
Slight modification to OS X's pad plug-in code.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@87141 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/plugins/DFInput/macsrc/cfg.c')
| -rwxr-xr-x | macosx/plugins/DFInput/macsrc/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/plugins/DFInput/macsrc/cfg.c b/macosx/plugins/DFInput/macsrc/cfg.c index babf0621..703a001a 100755 --- a/macosx/plugins/DFInput/macsrc/cfg.c +++ b/macosx/plugins/DFInput/macsrc/cfg.c @@ -28,7 +28,7 @@ long PADconfigure(void) { if (SDL_WasInit(SDL_INIT_JOYSTICK)) return PSE_ERR_FATAL; // cannot change settings on the fly DoConfiguration(); - LoadPADConfig(); + //LoadPADConfig(); return PSE_ERR_SUCCESS; } |
