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
If we could load the image.bin we could enhance the usability a lot at the cost of having to keep a couple more MB of memory around.
This can be implemented by checksumming the REZ and then hardcoding the pointers for the image.bin.
Optionally the file-table or resource index could be parsed, however that would add a lot of complexity to the design.
The text was updated successfully, but these errors were encountered:
If we could load the image.bin we could enhance the usability a lot at the cost of having to keep a couple more MB of memory around.
This can be implemented by checksumming the REZ and then hardcoding the pointers for the image.bin.
Optionally the file-table or resource index could be parsed, however that would add a lot of complexity to the design.
The text was updated successfully, but these errors were encountered: