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

Function FCEUI_DisableSpriteLimitation

src/ppu.cpp:1415–1417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1413} SPRB;
1414
1415void FCEUI_DisableSpriteLimitation(int a) {
1416 maxsprites = a ? 64 : 8;
1417}
1418
1419static uint8 numsprites, SpriteBlurp;
1420static void FetchSpriteData(void) {

Callers 4

DoVideoConfigFixFunction · 0.85
UpdateEMUCoreFunction · 0.85
UpdateEMUCoreFunction · 0.85
DoArgsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected