Recent content by erana

  1. erana

    Hacking libgpg-error, libgcrypt and guile 1.3 ported to psp toolchain

    Hi, I put some of my old ports of PSP software on http://erana.yellowcouch.org/psp/ The're GNU libraries which are ported to psp-gcc including a fancy guile 1.3.4, which works on a psp terminal if you find one. Back in the day no newer version of guile could be ported, note that these packages...
  2. erana

    Hacking libgpg-error, libgcrypt and guile 1.3 ported to psp toolchain

    NOTE : I posted this to the wrong group, please follow the thread on PSP hacking & homebrew forum. Hi, I put some of my old ports of PSP software on http://erana.yellowcouch.org/psp/ The're GNU libraries which are ported to psp-gcc including a fancy guile 1.3.4, which works on a psp terminal...
  3. erana

    Hacking libwiiu FS extensions (extracted from Loadiine)

    Hello, if I am correct there are file open and reading functions in the Loadiine source code which can be put inside libwiiu. I got these magic numbers from the Loadiine code : #define FSOpenFile ((void (*) (FSClient *pClient, FSCmdBlock *pCmd, const char *path, const char *mode, int *handle...
  4. erana

    ROM Hack dwarrendelf - non-image buffered GBA ROM game

    See http://sf.net/projects/dwarrendelf
  5. erana

    Hacking png filename loader for WiiU - does not work as FS is incomplete

    Hello, I wanted to release this early and often, I made png filename to color buffer image code preliminary for the WiiU. There is no file support yet for the WiiU to load png files but maybe someone can find some use in the png file encoder. I put the source here ...