mirror of
https://github.com/skyline-emu/skyline.git
synced 2025-04-04 23:08:59 +03:00
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.