mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-29 21:19:24 +03:00
The implementation for this service function wasn't added to the service function table. Additionally, the type for the output `ScalingMode` was implicitly `int` as it was unspecified in the `enum class` which has now been corrected to `u64` as it should be.