dressupgeekout / lunapurpura

Reimplementation of Purple Moon's games from the 1990s (WIP) - NOTE: ScummVM port in progress
https://dressupgeekout.github.io/lunapurpura/
BSD 2-Clause "Simplified" License
8 stars 1 forks source link

Make prx(1) more like mmfw(1) re: memory usage #51

Closed dressupgeekout closed 4 years ago

dressupgeekout commented 4 years ago

I tried to do things right with mmfw(1) regarding memory usage. The PRX-reading routines are actually quite the memory hog because they want to obtain all the data for all the members up front, which is not necessary. Gotta cut down on memory usage significantly here.