aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/Vi/ScalingMode.cs
AgeCommit message (Collapse)Author
2019-02-19Implement ConvertScalingMode properly (#596)gdkchan
* Implement ConvertScalingMode properly * Fix up the naming * Only values 2 and 4 are allowed * Return a nullable enum from ConvetScalingMode * Fix typo on method name * Use convertedScalingMode
2019-02-15Vi: Implement ConvertScalingMode (#581)jduncanator
* Vi: Implement ConvertScalingMode For now, it seems Nintendo just map 1:1 between the two enums. * Resolve style nits * Vi: Correct mapping order