diff options
| author | ayuanx <ayuanx@gmail.com> | 2010-01-23 17:30:40 +0000 |
|---|---|---|
| committer | ayuanx <ayuanx@gmail.com> | 2010-01-23 17:30:40 +0000 |
| commit | 0128e92068e7900df43b4099c4148e0ea7ff3c83 (patch) | |
| tree | 75dd9dce176dfdcc7f48d204c312b1795f8b1062 /Source/Core/Common | |
| parent | 6eb01973ea94bfef86d4f2a85a8611176ba08d4c (diff) | |
Fixes the capital letter as well as path that could cause problem in future (Finish)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4935 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common')
| -rw-r--r-- | Source/Core/Common/Src/CommonPaths.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Src/CommonPaths.h b/Source/Core/Common/Src/CommonPaths.h index 45f729ea1d..3d26c0b4c9 100644 --- a/Source/Core/Common/Src/CommonPaths.h +++ b/Source/Core/Common/Src/CommonPaths.h @@ -91,7 +91,7 @@ #define DEFAULT_GFX_PLUGIN PLUGIN_PREFIX "Plugin_VideoOGL" PLUGIN_SUFFIX #define DEFAULT_DSP_PLUGIN PLUGIN_PREFIX "Plugin_DSP_HLE" PLUGIN_SUFFIX -#define DEFAULT_PAD_PLUGIN PLUGIN_PREFIX "Plugin_PadSimple" PLUGIN_SUFFIX +#define DEFAULT_PAD_PLUGIN PLUGIN_PREFIX "Plugin_GCPad" PLUGIN_SUFFIX #define DEFAULT_WIIMOTE_PLUGIN PLUGIN_PREFIX "Plugin_Wiimote" PLUGIN_SUFFIX #define FONT_ANSI "font_ansi.bin" |
