libwiigui
libwiigui copied to clipboard
UI Framework for Wii Applications
How i build It.
Currently the space key from the virtual keyboard override the null termination with a blank but doesn't set a null termination afterwards. This bugfix write the missing string null termination...
I tried to compile libwiigui and it compiled the files but when it links to elf file it displays this: C:/devkitPro/portlibs/ppc/lib\libvorbisidec.a(info.o): In function `tagcompare': info.c:(.text+0x40): undefined reference to `__locale_ctype_ptr' info.c:(.text+0x70):...
As of [devkitPro r37](https://devkitpro.org/viewtopic.php?f=13&t=9079#p16797), `bin2o` generates headers for files directly. This commit favors those generated headers and updates the makefile accordingly, fixing #27. Additionally, a minimal `.gitignore` has been included...