Yep you got it. xD I have seen it here (
http://wiiubrew.org/wiki/Sysapp.rpl)
But that's not too bad for a first try.
--------------------- MERGED ---------------------------
How to use it exactly ?
Code:
void SYSLaunchTitle(uint64_t TitleId);
When i change title ID with the Splatoon one while compiling i get an error
$ make
mkdir -p ./bin/
powerpc-eabi-gcc -nostdinc -fno-builtin -c -DVER=550 src/*.c
src/loader.c: In function '_start':
src/loader.c:16:17: error: expected expression before 'uint64_t'
SYSLaunchTitle(uint64_t 00050000-10162B00);
^
src/loader.c:16:35: error: invalid suffix "B00" on integer constant
SYSLaunchTitle(uint64_t 00050000-10162B00);
^
Makefile:15 : la recette pour la cible « main550 » a échouée
make: *** [main550] Erreur 1