mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-02-08 22:23:22 +01:00
![Billy Laws](/assets/img/avatar_default.png)
Indirect draws are implemented by having the macro arguments overflow into a seperate GP Entry that points directly to the indirect argument buffer. To HLE indirect draws a buffer needs to be created from this pointer, and it cannot be dereferenced on the CPU at any point to avoid hitting traps.