mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-09 04:16:34 +00:00
WAGE: Do not dump the interpreter code
This commit is contained in:
parent
e13d567eb9
commit
5e9b72fbd9
@ -114,9 +114,9 @@ bool World::loadWorld(Common::MacResManager *resMan) {
|
||||
Common::MacResIDArray::const_iterator iter;
|
||||
|
||||
// Dumping interpreter code
|
||||
#if 1
|
||||
#if 0
|
||||
res = resMan->getResource(MKTAG('C','O','D','E'), 1);
|
||||
warning("code size: %d", res->size());
|
||||
warning("Dumping interpreter code size: %d", res->size());
|
||||
byte *buf = (byte *)malloc(res->size());
|
||||
res->read(buf, res->size());
|
||||
Common::DumpFile out;
|
||||
|
Loading…
x
Reference in New Issue
Block a user