Use convertedScalingMode

This commit is contained in:
gdkchan 2019-02-18 21:10:02 -03:00
commit 1306884895

View file

@ -197,7 +197,7 @@ namespace Ryujinx.HLE.HOS.Services.Vi
return MakeError(ErrorModule.Vi, 6); return MakeError(ErrorModule.Vi, 6);
} }
context.ResponseData.Write((ulong)ConvertScalingMode(scalingMode)); context.ResponseData.Write((ulong)convertedScalingMode);
return 0; return 0;
} }