Use convertedScalingMode
This commit is contained in:
parent
748432c32e
commit
1306884895
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue