eliminate texrels, part 3

This commit is contained in:
notaz 2017-08-06 22:25:26 +03:00
parent 6027c719ba
commit 98a2714234
16 changed files with 125 additions and 112 deletions

View file

@ -29,6 +29,8 @@ int main(int argc, char *argv[])
DUMP(f, Pico_video);
DUMP(f, Pico_vram);
DUMP(f, PicoOpt);
DUMP(f, Draw2FB);
DUMP(f, HighPal);
fclose(f);
return 0;