mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-04-18 06:11:28 -06:00
Fix pan control check in snd_user.cpp
Fix most likely copy paste error
This commit is contained in:
parent
5bc60b9452
commit
cce972b9e0
@ -864,7 +864,7 @@ namespace snd_user
|
||||
MixMode& mixMode = mixChannel.GetMode(device, deviceIndex);
|
||||
sint16* deviceChannels = mixChannel.GetChannels(device, deviceIndex);
|
||||
|
||||
if (mixControl.fader == newPan)
|
||||
if (mixControl.pan == newPan)
|
||||
{
|
||||
AXVoiceEnd(vpb);
|
||||
return;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user