Flush UBO updates more frequently (#2407)
This commit is contained in:
parent
8b44eb1c98
commit
b02719cf41
1 changed files with 2 additions and 0 deletions
|
@ -126,6 +126,8 @@ namespace Ryujinx.Graphics.Gpu.Engine.GPFifo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
_context.Methods.FlushUboDirty(MemoryManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Reference in a new issue