#8974 closed patch
PS2 MADE (Return to Zork) heap patch
Reported by: | sunmax | Owned by: | johndoe123 |
---|---|---|---|
Priority: | normal | Component: | Port: PS2 |
Version: | Keywords: | ||
Cc: | Game: | Return to Zork |
Description
Modified MADE palettes to use heap instead of stack, cause PS2 (or its gcc) don't like big stack usage in ctr. The former was causing RTZ to crash on PS2 at start when calling setPalette.
Ticket imported from: #2668849. Ticket imported from: patches/1079.
Attachments (1)
Change History (6)
by , 16 years ago
Attachment: | ps2-made.patch added |
---|
comment:1 by , 16 years ago
Owner: | set to |
---|
comment:3 by , 16 years ago
Status: | new → closed |
---|
comment:4 by , 16 years ago
I applied the patch with slight changes (new/delete instead of malloc/free, just a personal preference)
comment:5 by , 6 years ago
Component: | → Port: PS2 |
---|---|
Game: | → Return to Zork |
Note:
See TracTickets
for help on using tickets.
ps2-made.patch