Multi-level skipdraw offset
#11
OK. The task is as follows:
if(skip == 0)
{
if(fi.TME && fi.FBP == 0x03100 && fi.FPSM == PSM_PSMZ32 && fi.TBP0 == 0x01c00 && fi.TPSM == PSM_PSMZ32)
{
skip = 10;
But I do not need to skip all 10 drawcalls, but only 1 2 5 6 7 8 9 10, how do I do this?
Reply

Sponsored links





Users browsing this thread: 1 Guest(s)