Home
last modified time | relevance | path

Searched refs:vSCBRDirty (Results 1 – 12 of 12) sorted by relevance

/dports/games/libretro-snes9x2005/snes9x2005-218be8e/source/
H A Dfxemu.c94 if(GSU.vMode != GSU.vPrevMode || GSU.vPrevScreenHeight != GSU.vScreenHeight || GSU.vSCBRDirty) in fx_readRegisterSpaceForUse()
100 GSU.vSCBRDirty = true; in fx_dirtySCBR()
107 GSU.vSCBRDirty = false; in fx_computeScreenPointers()
H A Dfxinst.h175 …uint32_t vSCBRDirty; /* if SCBR is written, our cached screen pointers need updat… member
/dports/games/libretro-snes9x/snes9x-73aa348/
H A Dfxemu.cpp344 GSU.vSCBRDirty = TRUE; in fx_dirtySCBR()
419 if (GSU.vMode != GSU.vPrevMode || GSU.vPrevScreenHeight != GSU.vScreenHeight || GSU.vSCBRDirty) in fx_computeScreenPointers()
421 GSU.vSCBRDirty = FALSE; in fx_computeScreenPointers()
H A Dfxinst.h200 uint32 vSCBRDirty; // If SCBR is written, our cached screen pointers need updating member
H A Dsnapshot.cpp481 INT_ENTRY(6, vSCBRDirty)
/dports/emulators/snes9x-gtk/snes9x-1.54.1/
H A Dfxemu.cpp518 GSU.vSCBRDirty = TRUE; in fx_dirtySCBR()
593 if (GSU.vMode != GSU.vPrevMode || GSU.vPrevScreenHeight != GSU.vScreenHeight || GSU.vSCBRDirty) in fx_computeScreenPointers()
595 GSU.vSCBRDirty = FALSE; in fx_computeScreenPointers()
H A Dfxinst.h375 uint32 vSCBRDirty; // If SCBR is written, our cached screen pointers need updating member
H A Dsnapshot.cpp651 INT_ENTRY(6, vSCBRDirty)
/dports/games/libretro-snes9x2010/snes9x2010-714b1c8/src/
H A Dfxinst.h372 uint32 vSCBRDirty; /* If SCBR is written, our cached screen pointers need updating */ member
H A Dfxemu.c1151 GSU.vSCBRDirty = FALSE; in fx_computeScreenPointers()
1205 if (GSU.vMode != GSU.vPrevMode || GSU.vPrevScreenHeight != GSU.vScreenHeight || GSU.vSCBRDirty) in fx_cmode()
4455 if (GSU.vMode != GSU.vPrevMode || GSU.vPrevScreenHeight != GSU.vScreenHeight || GSU.vSCBRDirty) in fx_readRegisterSpace()
H A Dsnapshot.c624 INT_ENTRY(6, vSCBRDirty)
H A Dppu.c2988 GSU.vSCBRDirty = TRUE; in S9xSetSuperFX()