Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TASEmulators/fceux
/ DoVideoConfigFix
Function
DoVideoConfigFix
src/drivers/win/video.cpp:1421–1425 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1419
1420
1421
void DoVideoConfigFix(void)
1422
{
1423
FCEUI_DisableSpriteLimitation(eoptions&EO_NOSPRLIM);
1424
UpdateRendBounds();
1425
}
1426
1427
void PushCurrentVideoSettings()
1428
{
Callers
2
ConfigVideo
Function · 0.85
main
Function · 0.85
Calls
2
FCEUI_DisableSpriteLimitation
Function · 0.85
UpdateRendBounds
Function · 0.85
Tested by
no test coverage detected