mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-19 07:38:44 +03:00
gm20b performs instanced draws by repeating draw methods for each instance, the code to detect this together with the cost of interpreting macros took up around 6% of GPFIFO time in Metro Kingdom. By detecting these specific macros and performing an instanced draw directly much of that cost can be avoided.