Fix IApplicationFunctions::GetDisplayVersion id

(https://switchbrew.org/wiki/Applet_Manager_services#IApplicationFunctions)
This commit is contained in:
MK73DS 2022-04-10 00:33:47 +02:00 committed by PixelyIon
parent 77cf33b643
commit e54f86e923

View File

@ -99,7 +99,7 @@ namespace skyline::service::am {
SFUNC(0x1, IApplicationFunctions, PopLaunchParameter),
SFUNC(0x14, IApplicationFunctions, EnsureSaveData),
SFUNC(0x15, IApplicationFunctions, GetDesiredLanguage),
SFUNC(0x16, IApplicationFunctions, GetDisplayVersion),
SFUNC(0x17, IApplicationFunctions, GetDisplayVersion),
SFUNC(0x28, IApplicationFunctions, NotifyRunning),
SFUNC(0x32, IApplicationFunctions, GetPseudoDeviceId),
SFUNC(0x42, IApplicationFunctions, InitializeGamePlayRecording),