Talk:Pacman: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
Line 4: | Line 4: | ||
== Enhancements for 1.03 == | == 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. {{unsigned|Dashxdr}} | 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. {{unsigned|Dashxdr}} | ||
Rebuilt with latest devkitPPC + libogc, can run from USB without SD card now. [[User:Dashxdr|Dashxdr]] 05:13, 5 November 2010 (CET) |
Revision as of 06:13, 5 November 2010
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 (talk • contribs)
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 (talk • contribs)
Rebuilt with latest devkitPPC + libogc, can run from USB without SD card now. Dashxdr 05:13, 5 November 2010 (CET)