Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1415
void FCEUI_DisableSpriteLimitation(int a) {
1416
maxsprites = a ? 64 : 8;
1417
}
1418
1419
static uint8 numsprites, SpriteBlurp;
1420
static void FetchSpriteData(void) {
Callers
4
DoVideoConfigFix
Function · 0.85
UpdateEMUCore
Function · 0.85
UpdateEMUCore
Function · 0.85
DoArgs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected