mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-30 10:06:26 -05:00
Add detail of ZbcSetTableArguments (#810)
* Add detail of ZbcSetTableArguments This is a missing part of the #800 PR that cause an assert to be triggered in debug mode. Also, remove Fence in SurfaceFlinger as it's a duplicate of NvFence. * Fix critical issue in size checking of ioctl oops
This commit is contained in:
@@ -91,7 +91,7 @@ namespace Ryujinx.HLE.HOS.Services.Nv
|
||||
|
||||
if (isRead && isWrite)
|
||||
{
|
||||
if (outputDataPosition < inputDataSize)
|
||||
if (outputDataSize < inputDataSize)
|
||||
{
|
||||
arguments = null;
|
||||
|
||||
|
Reference in New Issue
Block a user