Talk:Pacman

From WiiBrew
Jump to navigation Jump to search

Known Issue 1.02

The original source calls fatInitDefault() somewhat late in the initialization process, but this can cause a segfault. The fix is to move the call very close to the start of main(). —Preceding unsigned comment added by Dashxdr (talkcontribs)

Enhancements for 1.03

The game ought to look for the roms directory inside its own apps/ directory first. Also there is still a crash problem that isn't solved by the fatInitDefault fix, I think it's some buffer overrun somewhere. 1.03 is the next planned release, haven't started on it yet. —Preceding unsigned comment added by Dashxdr (talkcontribs)

Rebuilt with latest devkitPPC + libogc, can run from USB without SD card now. Dashxdr 05:13, 5 November 2010 (CET)

My mistake, 1.03 doesn't look in /apps/pacman/roms, but /pacman/roms can be on SD or USB. Dashxdr 22:11, 7 November 2010 (CET)