I'm just goofing with the source code of BootOpera because I was bored today, and I came across two things I didn't quite get.
1.)
the LaunchTitle function has a return WII_LaunchTitle ( TitleID ) at the end. Obviously the TitleID variable is just an argument passed into the function that says which title ID to launch. My question is this: the WII_LaunchTitle ( ) function, in what library is that? gccore.h, or something else? I was just curious. As far as I know, all it does is launch whatever id is passed into it.
2.)
The TitleID that gets launched in BootOpera is 0x000100014841444ALL. The whole thing is fairly understandable with the exception of the LL at the end. 00010001-484144xx is the Internet Channel, where 4A specifies the USA region. But what exactly is the LL part at the end? I haven't quite figured that part out. The answer is probably something really stupid/dumb that I should have known too! :P
Any information on either of these two would be appreciated. Thanks!