Homebrew ABI: Difference between revisions
Misson20000 (talk | contribs) →Argv: I've already run in to problems porting applications and setting argc equal to zero. That's not a problem I want to have again. |
No edit summary |
||
Line 58: | Line 58: | ||
* 7: [[#AppletType]] [MANDATORY] | * 7: [[#AppletType]] [MANDATORY] | ||
* 8: [[#AppletWorkaround]] | |||
==== EndOfList ==== | ==== EndOfList ==== | ||
Line 143: | Line 145: | ||
LoaderConfigAppletType_SystemApplication = 4, | LoaderConfigAppletType_SystemApplication = 4, | ||
}; | }; | ||
==== AppletWorkaround ==== | |||
This flag means that AM services is broken, and must not be used. | |||
* '''Key:''' 8 | |||
* '''IsMandatory:''' True | |||
* '''Value[0]:''' AppletResourceUserId | |||
* '''Value[1]:''' Ignored. |