mirror of
https://github.com/FunKey-Project/picodrive-irixxxx.git
synced 2026-03-18 18:02:47 +01:00
eliminate texrels (wip2)
This commit is contained in:
@@ -23,8 +23,12 @@ int main(int argc, char *argv[])
|
||||
fprintf(f, "/* autogenerated by %s, do not edit */\n", argv[0]);
|
||||
DUMP(f, DrawScanline);
|
||||
DUMP(f, rendstatus);
|
||||
DUMP(f, DrawLineDest);
|
||||
DUMP(f, HighCol);
|
||||
DUMP(f, HighPreSpr);
|
||||
DUMP(f, Pico_video);
|
||||
DUMP(f, Pico_vram);
|
||||
DUMP(f, PicoOpt);
|
||||
fclose(f);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user