mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-24 06:51:17 +01:00
Changed the default audio latency to 2. Made soft_oal.dll the default on Windows builds as the old OpenAL32.dll is outdated and contains bugs.
This commit is contained in:
parent
803b7ae991
commit
5cec914484
BIN
Externals/OpenAL/Win32/OpenAL32.dll
vendored
BIN
Externals/OpenAL/Win32/OpenAL32.dll
vendored
Binary file not shown.
BIN
Externals/OpenAL/Win32/soft_oal.dll
vendored
BIN
Externals/OpenAL/Win32/soft_oal.dll
vendored
Binary file not shown.
BIN
Externals/OpenAL/Win32/wrap_oal.dll
vendored
BIN
Externals/OpenAL/Win32/wrap_oal.dll
vendored
Binary file not shown.
BIN
Externals/OpenAL/Win64/OpenAL32.dll
vendored
BIN
Externals/OpenAL/Win64/OpenAL32.dll
vendored
Binary file not shown.
BIN
Externals/OpenAL/Win64/soft_oal.dll
vendored
BIN
Externals/OpenAL/Win64/soft_oal.dll
vendored
Binary file not shown.
BIN
Externals/OpenAL/Win64/wrap_oal.dll
vendored
BIN
Externals/OpenAL/Win64/wrap_oal.dll
vendored
Binary file not shown.
@ -393,7 +393,7 @@ void SConfig::LoadSettings()
|
|||||||
ini.Get("Core", "EnableCheats", &m_LocalCoreStartupParameter.bEnableCheats, false);
|
ini.Get("Core", "EnableCheats", &m_LocalCoreStartupParameter.bEnableCheats, false);
|
||||||
ini.Get("Core", "SelectedLanguage", &m_LocalCoreStartupParameter.SelectedLanguage, 0);
|
ini.Get("Core", "SelectedLanguage", &m_LocalCoreStartupParameter.SelectedLanguage, 0);
|
||||||
ini.Get("Core", "DPL2Decoder", &m_LocalCoreStartupParameter.bDPL2Decoder, false);
|
ini.Get("Core", "DPL2Decoder", &m_LocalCoreStartupParameter.bDPL2Decoder, false);
|
||||||
ini.Get("Core", "Latency", &m_LocalCoreStartupParameter.iLatency, 14);
|
ini.Get("Core", "Latency", &m_LocalCoreStartupParameter.iLatency, 2);
|
||||||
ini.Get("Core", "MemcardA", &m_strMemoryCardA);
|
ini.Get("Core", "MemcardA", &m_strMemoryCardA);
|
||||||
ini.Get("Core", "MemcardB", &m_strMemoryCardB);
|
ini.Get("Core", "MemcardB", &m_strMemoryCardB);
|
||||||
ini.Get("Core", "SlotA", (int*)&m_EXIDevice[0], EXIDEVICE_MEMORYCARD);
|
ini.Get("Core", "SlotA", (int*)&m_EXIDevice[0], EXIDEVICE_MEMORYCARD);
|
||||||
|
@ -516,7 +516,7 @@ void CConfigMain::InitializeGUITooltips()
|
|||||||
#elif defined(__linux__)
|
#elif defined(__linux__)
|
||||||
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. OpenAL backend only."));
|
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. OpenAL backend only."));
|
||||||
#elif defined(_WIN32)
|
#elif defined(_WIN32)
|
||||||
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. OpenAL backend only. May need to rename soft_oal.dll to OpenAL32.dll to make it work."));
|
DPL2Decoder->SetToolTip(_("Enables Dolby Pro Logic II emulation using 5.1 surround. OpenAL backend only."));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
Latency->SetToolTip(_("Sets the latency (in ms). Higher values may reduce audio crackling. OpenAL backend only."));
|
Latency->SetToolTip(_("Sets the latency (in ms). Higher values may reduce audio crackling. OpenAL backend only."));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user