Use convertedScalingMode

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

View file

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