mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-02-13 07:49:19 +01:00
OpenALStream: remove commented-out ALC_REFRESH code
This commit is contained in:
parent
8e849b1595
commit
749889236d
@ -118,11 +118,6 @@ bool OpenALStream::Start()
|
||||
return false;
|
||||
}
|
||||
|
||||
// Used to determine an appropriate period size (2x period = total buffer size)
|
||||
// ALCint refresh;
|
||||
// palcGetIntegerv(pDevice, ALC_REFRESH, 1, &refresh);
|
||||
// period_size_in_millisec = 1000 / refresh;
|
||||
|
||||
palcMakeContextCurrent(pContext);
|
||||
m_run_thread.Set();
|
||||
thread = std::thread(&OpenALStream::SoundLoop, this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user