Fix building of previous commit

This commit is contained in:
Thog 2020-04-25 16:17:22 +02:00
parent 9261ec6bc8
commit 3dfa4232f8
2 changed files with 4 additions and 4 deletions

View file

@ -192,7 +192,7 @@ namespace Ryujinx.Graphics.Gpu
else if (meth.Method < 0x60)
{
// TODO: check if macros are shared between subchannels or not. For now let's assume they are.
_fifoChannel.State.CallMethod(meth);
_fifoChannel.State.CallMethod(meth, _shadowCtrl);
}
else if (meth.Method < 0xe00)
{