From: <man...@us...> - 2013-10-13 09:44:46
|
Revision: 2888 http://sourceforge.net/p/modplug/code/2888 Author: manxorist Date: 2013-10-13 09:44:38 +0000 (Sun, 13 Oct 2013) Log Message: ----------- [Fix] sounddev: Make defaults consistent. Modified Paths: -------------- trunk/OpenMPT/mptrack/TrackerSettings.cpp trunk/OpenMPT/sounddev/SoundDevice.h Modified: trunk/OpenMPT/mptrack/TrackerSettings.cpp =================================================================== --- trunk/OpenMPT/mptrack/TrackerSettings.cpp 2013-10-13 09:38:01 UTC (rev 2887) +++ trunk/OpenMPT/mptrack/TrackerSettings.cpp 2013-10-13 09:44:38 UTC (rev 2888) @@ -174,6 +174,7 @@ void TrackerSettings::SetSoundDeviceSettings(const SoundDeviceSettings &settings) +//------------------------------------------------------------------------------- { m_LatencyMS = settings.LatencyMS; m_UpdateIntervalMS = settings.UpdateIntervalMS; Modified: trunk/OpenMPT/sounddev/SoundDevice.h =================================================================== --- trunk/OpenMPT/sounddev/SoundDevice.h 2013-10-13 09:38:01 UTC (rev 2887) +++ trunk/OpenMPT/sounddev/SoundDevice.h 2013-10-13 09:44:38 UTC (rev 2888) @@ -145,7 +145,7 @@ , Channels(2) , sampleFormat(SampleFormatInt16) , ExclusiveMode(false) - , BoostThreadPriority(false) + , BoostThreadPriority(true) { return; } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |