Fix building of previous commit
This commit is contained in:
parent
9261ec6bc8
commit
3dfa4232f8
2 changed files with 4 additions and 4 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue