diff --git a/Binary/linux/WII/setting-eur.txt b/Binary/linux/WII/setting-eur.txt deleted file mode 100644 index 693d7411eb..0000000000 Binary files a/Binary/linux/WII/setting-eur.txt and /dev/null differ diff --git a/Binary/linux/WII/setting-jpn.txt b/Binary/linux/WII/setting-jpn.txt deleted file mode 100644 index db15646b46..0000000000 Binary files a/Binary/linux/WII/setting-jpn.txt and /dev/null differ diff --git a/Binary/linux/WII/setting-usa.txt b/Binary/linux/WII/setting-usa.txt deleted file mode 100644 index 38ca5d91db..0000000000 Binary files a/Binary/linux/WII/setting-usa.txt and /dev/null differ diff --git a/Binary/linux/WII/shared2/sys/SYSCONF b/Binary/linux/WII/shared2/sys/SYSCONF deleted file mode 100644 index 8925006cdb..0000000000 Binary files a/Binary/linux/WII/shared2/sys/SYSCONF and /dev/null differ diff --git a/Binary/linux/WII/shared2/sys/readme.txt b/Binary/linux/WII/shared2/sys/readme.txt deleted file mode 100644 index 140df0d38f..0000000000 --- a/Binary/linux/WII/shared2/sys/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This SYSCONF file describes a single registered Wiimote, with the Bluetooth address used by Dolphin. diff --git a/Binary/linux/WII/title/00000001/00000002/data/setting.txt b/Binary/linux/WII/title/00000001/00000002/data/setting.txt deleted file mode 100644 index 65f57c2ee9..0000000000 Binary files a/Binary/linux/WII/title/00000001/00000002/data/setting.txt and /dev/null differ diff --git a/Binary/mac/WII/setting-eur.txt b/Binary/mac/WII/setting-eur.txt deleted file mode 100644 index 693d7411eb..0000000000 Binary files a/Binary/mac/WII/setting-eur.txt and /dev/null differ diff --git a/Binary/mac/WII/setting-jpn.txt b/Binary/mac/WII/setting-jpn.txt deleted file mode 100644 index db15646b46..0000000000 Binary files a/Binary/mac/WII/setting-jpn.txt and /dev/null differ diff --git a/Binary/mac/WII/setting-usa.txt b/Binary/mac/WII/setting-usa.txt deleted file mode 100644 index 38ca5d91db..0000000000 Binary files a/Binary/mac/WII/setting-usa.txt and /dev/null differ diff --git a/Binary/win32/WII/setting-eur.txt b/Binary/win32/WII/setting-eur.txt deleted file mode 100644 index 693d7411eb..0000000000 Binary files a/Binary/win32/WII/setting-eur.txt and /dev/null differ diff --git a/Binary/win32/WII/setting-jpn.txt b/Binary/win32/WII/setting-jpn.txt deleted file mode 100644 index db15646b46..0000000000 Binary files a/Binary/win32/WII/setting-jpn.txt and /dev/null differ diff --git a/Binary/win32/WII/setting-usa.txt b/Binary/win32/WII/setting-usa.txt deleted file mode 100644 index 38ca5d91db..0000000000 Binary files a/Binary/win32/WII/setting-usa.txt and /dev/null differ diff --git a/Binary/win32/WII/shared2/sys/SYSCONF b/Binary/win32/WII/shared2/sys/SYSCONF deleted file mode 100644 index 346a9528b6..0000000000 Binary files a/Binary/win32/WII/shared2/sys/SYSCONF and /dev/null differ diff --git a/Binary/win32/WII/shared2/sys/readme.txt b/Binary/win32/WII/shared2/sys/readme.txt deleted file mode 100644 index aa2c366098..0000000000 --- a/Binary/win32/WII/shared2/sys/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This SYSCONF file describes two registered Wiimotes with the Bluetooth address used by Dolphin. diff --git a/Binary/win32/WII/title/00000001/00000002/data/setting.txt b/Binary/win32/WII/title/00000001/00000002/data/setting.txt deleted file mode 100644 index 65f57c2ee9..0000000000 Binary files a/Binary/win32/WII/title/00000001/00000002/data/setting.txt and /dev/null differ diff --git a/Binary/x64/WII/setting-eur.txt b/Binary/x64/WII/setting-eur.txt deleted file mode 100644 index 693d7411eb..0000000000 Binary files a/Binary/x64/WII/setting-eur.txt and /dev/null differ diff --git a/Binary/x64/WII/setting-jpn.txt b/Binary/x64/WII/setting-jpn.txt deleted file mode 100644 index db15646b46..0000000000 Binary files a/Binary/x64/WII/setting-jpn.txt and /dev/null differ diff --git a/Binary/x64/WII/setting-usa.txt b/Binary/x64/WII/setting-usa.txt deleted file mode 100644 index 38ca5d91db..0000000000 Binary files a/Binary/x64/WII/setting-usa.txt and /dev/null differ diff --git a/Binary/x64/WII/shared2/sys/SYSCONF b/Binary/x64/WII/shared2/sys/SYSCONF deleted file mode 100644 index 346a9528b6..0000000000 Binary files a/Binary/x64/WII/shared2/sys/SYSCONF and /dev/null differ diff --git a/Binary/x64/WII/shared2/sys/readme.txt b/Binary/x64/WII/shared2/sys/readme.txt deleted file mode 100644 index aa2c366098..0000000000 --- a/Binary/x64/WII/shared2/sys/readme.txt +++ /dev/null @@ -1 +0,0 @@ -This SYSCONF file describes two registered Wiimotes with the Bluetooth address used by Dolphin. diff --git a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp index 46d5bad154..8df0fefda9 100644 --- a/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp +++ b/Source/Core/Core/Src/IPC_HLE/WII_IPC_HLE_Device_FileIO.cpp @@ -26,9 +26,9 @@ std::string HLE_IPC_BuildFilename(const char* _pFilename, int _size) char Buffer[128]; memcpy(Buffer, _pFilename, _size); - std::string Filename(WII_SYS_DIR); + std::string Filename(FULL_WII_USER_DIR); if (Buffer[1] == '0') - Filename += std::string("/title"); // this looks and feel like an hack... + Filename += std::string("title"); // this looks and feel like an hack... Filename += File::SanitizePath(Buffer); diff --git a/Source/Plugins/Plugin_DSP_HLE/Src/Config.cpp b/Source/Plugins/Plugin_DSP_HLE/Src/Config.cpp index 1ccdd4ff87..c5de36e138 100644 --- a/Source/Plugins/Plugin_DSP_HLE/Src/Config.cpp +++ b/Source/Plugins/Plugin_DSP_HLE/Src/Config.cpp @@ -42,7 +42,7 @@ void CConfig::Load() LoadDefaults(); IniFile file; - file.Load("DSP.ini"); + file.Load(FULL_CONFIG_DIR "DSP.ini"); file.Get("Config", "EnableHLEAudio", &m_EnableHLEAudio, true); file.Get("Config", "EnableDTKMusic", &m_EnableDTKMusic, true); file.Get("Config", "Interpolation", &m_Interpolation, true); @@ -59,7 +59,7 @@ void CConfig::Load() void CConfig::Save() { IniFile file; - file.Load("DSP.ini"); + file.Load(FULL_CONFIG_DIR "DSP.ini"); file.Set("Config", "EnableHLEAudio", m_EnableHLEAudio); file.Set("Config", "EnableDTKMusic", m_EnableDTKMusic); file.Set("Config", "Interpolation", m_Interpolation); @@ -71,5 +71,5 @@ void CConfig::Save() file.Set("Config", "DumpSamplePath", m_szSamplePath); #endif file.Set("Config", "AntiGap", m_AntiGap); - file.Save("DSP.ini"); + file.Save(FULL_CONFIG_DIR "DSP.ini"); }