HI
I have a newbie question: how to build a working retroarch core for the wiiU ?
I'm able to load successfully a retroach core built from the nightly buildbot.
but when I'm trying to build the same core , it build fine , but always freeze with black screen when I load it.
I 've setup my devkit using devkitPPC_r29-1-x86_64-linux ,and I downloaded libfat and libiosuhax from dimok789 github.
I've clone libretro-super repository , fetch a core and build the core with libretro-build-wiiu.sh .
move the core to retroarch/dist-scripts and launch wiiu-cores.sh.
the build is fine and the resulting elf core is in pkg/wiiu/retroarch/cores.
I transfer it to my sdcard in retroarch/cores folder.
But when I launch it with HBL ,all I get is a black screen .
If I replace this core with the buildboot one , it load successfully .
Did I miss something in my setup ,or I'm using wrong library ?
Thanks in advance.