You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have an arbitrary number of 150 memory entries hardcoded in resource.h
Ideally we should parse MEMLIST.BIN once to figure out the ammount of resources, dinamically allocate the ammount of memory needed for the array and then re-parse the MEMLIST.BIN file to populate the _memList array.
happy hacking,
Felipe "Juca" Sanches
The text was updated successfully, but these errors were encountered:
Currently we have an arbitrary number of 150 memory entries hardcoded in resource.h
Ideally we should parse MEMLIST.BIN once to figure out the ammount of resources, dinamically allocate the ammount of memory needed for the array and then re-parse the MEMLIST.BIN file to populate the _memList array.
happy hacking,
Felipe "Juca" Sanches
The text was updated successfully, but these errors were encountered: