skyline/app/src/main/cpp
PixelyIon d39112e9b9 Enable IApplicationDisplayService::ConvertScalingMode implementation
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.
2023-01-11 23:38:57 +05:30
..
skyline Enable IApplicationDisplayService::ConvertScalingMode implementation 2023-01-11 23:38:57 +05:30
driver_jni.cpp Add a setting to force maximum GPU clocks on KGSL devices 2023-01-08 19:30:52 +00:00
emu_jni.cpp Move input handling code to a dedicated class 2022-11-17 21:54:15 +01:00
loader_jni.cpp Add TitleId TextView in App Dialog 2022-12-10 14:57:46 +00:00