mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-04 15:19:09 +00:00
Merge pull request #725 from lioncash/unnecessary-param
AudioCommon: Remove an unnecessary parameter from the OpenALStream constructor
This commit is contained in:
commit
847504f327
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ class OpenALStream final : public SoundStream
|
||||||
{
|
{
|
||||||
#if defined HAVE_OPENAL && HAVE_OPENAL
|
#if defined HAVE_OPENAL && HAVE_OPENAL
|
||||||
public:
|
public:
|
||||||
OpenALStream(CMixer *mixer, void *hWnd = nullptr)
|
OpenALStream(CMixer *mixer)
|
||||||
: SoundStream(mixer)
|
: SoundStream(mixer)
|
||||||
, uiSource(0)
|
, uiSource(0)
|
||||||
{}
|
{}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue