MCPcopy Create free account
hub / github.com/TASEmulators/fceux / FCEUPPU_LineUpdate

Function FCEUPPU_LineUpdate

src/ppu.cpp:1036–1047  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1034static uint8 sprlinebuf[256 + 8];
1035
1036void FCEUPPU_LineUpdate(void) {
1037 if (newppu)
1038 return;
1039
1040#ifdef FCEUDEF_DEBUGGER
1041 if (!fceuindbg)
1042#endif
1043 if (Pline) {
1044 int l = GETLASTPIXEL;
1045 RefreshLine(l);
1046 }
1047}
1048
1049static bool rendersprites = true, renderbg = true;
1050

Callers 12

DECLFRFunction · 0.85
DECLFWFunction · 0.85
ResetRLFunction · 0.85
setchr1rFunction · 0.85
setchr2rFunction · 0.85
setchr4rFunction · 0.85
setchr8rFunction · 0.85
setntamemFunction · 0.85
setmirrorwFunction · 0.85
setmirrorFunction · 0.85
CheckColorFunction · 0.85
CheckColorFunction · 0.85

Calls 1

RefreshLineFunction · 0.85

Tested by

no test coverage detected