..:: PCSX2 Forums ::..

Full Version: Multi-level skipdraw offset
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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?
Pages: 1 2