mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
fix some path issues on OSX, also libao for osx only supports 44.1kHz...awesome...who calls writing the CoreAudio backend so we can kill libao? :D
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4311 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -562,9 +562,8 @@ std::string GetPluginsDirectory()
|
||||
pluginsDir = PLUGINS_DIR;
|
||||
#endif
|
||||
|
||||
#if !defined (__APPLE__)
|
||||
pluginsDir += DIR_SEP;
|
||||
#endif
|
||||
|
||||
INFO_LOG(COMMON, "GetPluginsDirectory: Setting to %s:", pluginsDir.c_str());
|
||||
return pluginsDir;
|
||||
|
||||
|
Reference in New Issue
Block a user