fix osx plugin dir

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2523 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
tmator 2009-03-02 19:28:30 +00:00
parent 3f46618e2d
commit 0255f775da

View file

@ -34,7 +34,11 @@
#define DIR_SEP "/"
#define DIR_SEP_CHR '/'
#if defined __APPLE__
#define PLUGINS_DIR "Contents/PlugIns"
#else
#define PLUGINS_DIR "Plugins"
#endif
#define ROOT_DIR "."
#define USERDATA_DIR "User"
#define SYSDATA_DIR "Sys"