skyline/app/src/main/cpp
Billy Laws 3404a3abdb Implement macro HLE for instanced draw macros
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.
2022-11-02 17:46:07 +00:00
..
skyline Implement macro HLE for instanced draw macros 2022-11-02 17:46:07 +00:00
driver_jni.cpp Add utilities for reading and installing gpu driver packages 2022-08-06 22:00:19 +05:30
emu_jni.cpp Print NPDM + NACP metadata for title determination 2022-10-23 20:20:44 +05:30
loader_jni.cpp Follow typical per-file detail formatting 2022-08-27 18:54:27 +05:30