NS services: Difference between revisions
| Line 985: | Line 985: | ||
| 3002 || [11.0.0+] [[#VerifyDeviceLockKey]] | | 3002 || [11.0.0+] [[#VerifyDeviceLockKey]] | ||
|- | |- | ||
| 3003 || [11.0.0+] HideApplicationIcon | | 3003 || [11.0.0+] [[#HideApplicationIcon]] | ||
|- | |- | ||
| 3004 || [11.0.0+] ShowApplicationIcon | | 3004 || [11.0.0+] [[#ShowApplicationIcon]] | ||
|- | |- | ||
| 3005 || [11.0.0+] HideApplicationTitle | | 3005 || [11.0.0+] [[#HideApplicationTitle]] | ||
|- | |- | ||
| 3006 || [11.0.0+] ShowApplicationTitle | | 3006 || [11.0.0+] [[#ShowApplicationTitle]] | ||
|- | |- | ||
| 3007 || [11.0.0+] EnableGameCard | | 3007 || [11.0.0+] [[#EnableGameCard]] | ||
|- | |- | ||
| 3008 || [11.0.0+] DisableGameCard | | 3008 || [11.0.0+] [[#DisableGameCard]] | ||
|- | |- | ||
| 3009 || [11.0.0+] EnableLocalContentShare | | 3009 || [11.0.0+] [[#EnableLocalContentShare]] | ||
|- | |- | ||
| 3010 || [11.0.0+] DisableLocalContentShare | | 3010 || [11.0.0+] [[#DisableLocalContentShare]] | ||
|- | |- | ||
| 3011 || [11.0.0+] IsApplicationIconHidden | | 3011 || [11.0.0+] [[#IsApplicationIconHidden]] | ||
|- | |- | ||
| 3012 || [11.0.0+] IsApplicationTitleHidden | | 3012 || [11.0.0+] [[#IsApplicationTitleHidden]] | ||
|- | |- | ||
| 3013 || [11.0.0+] IsGameCardEnabled | | 3013 || [11.0.0+] [[#IsGameCardEnabled]] | ||
|- | |- | ||
| 3014 || [11.0.0+] IsLocalContentShareEnabled | | 3014 || [11.0.0+] [[#IsLocalContentShareEnabled]] | ||
|- | |- | ||
| 9999 || [10.0.0-10.2.0] GetApplicationCertificate | | 9999 || [10.0.0-10.2.0] GetApplicationCertificate | ||
| Line 1,491: | Line 1,491: | ||
This runs hashing similar to [[#RegisterDeviceLockKey]], with the calculated hash being verified with the one from state. | This runs hashing similar to [[#RegisterDeviceLockKey]], with the calculated hash being verified with the one from state. | ||
==== HideApplicationIcon ==== | |||
No input/output. | |||
==== ShowApplicationIcon ==== | |||
No input/output. | |||
==== HideApplicationTitle ==== | |||
No input/output. | |||
==== ShowApplicationTitle ==== | |||
No input/output. | |||
==== EnableGameCard ==== | |||
No input/output. | |||
==== DisableGameCard ==== | |||
No input/output. | |||
==== EnableLocalContentShare ==== | |||
No input/output. | |||
==== DisableLocalContentShare ==== | |||
No input/output. | |||
==== IsApplicationIconHidden ==== | |||
No input, returns an output bool. | |||
==== IsApplicationTitleHidden ==== | |||
No input, returns an output bool. | |||
==== IsGameCardEnabled ==== | |||
No input, returns an output bool. | |||
==== IsLocalContentShareEnabled ==== | |||
No input, returns an output bool. | |||
=== IGameCardStopper === | === IGameCardStopper === | ||