mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-05 21:58:31 +01:00
![Billy Laws](/assets/img/avatar_default.png)
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.