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

Function _updateWindow

src/drivers/win/main.cpp:986–996  ·  view source on GitHub ↗

mbg merge 7/19/06 - the function that contains the code that used to just be UpdateFCEUWindow() and FCEUD_UpdateInput()

Source from the content-addressed store, hash-verified

984
985//mbg merge 7/19/06 - the function that contains the code that used to just be UpdateFCEUWindow() and FCEUD_UpdateInput()
986void _updateWindow()
987{
988 UpdateFCEUWindow();
989 PPUViewDoBlit();
990 UpdateMemoryView(0);
991 UpdateCDLogger();
992 UpdateLogWindow(); //adelikat: Moved to FCEUI_Emulate; AnS: moved back
993 UpdateMemWatch();
994 NTViewDoBlit(0);
995 //UpdateTasEditor(); //AnS: moved to FCEUD_Update
996}
997
998void win_debuggerLoopStep()
999{

Callers 2

win_debuggerLoopStepFunction · 0.85
FCEUD_UpdateFunction · 0.85

Calls 7

UpdateFCEUWindowFunction · 0.85
PPUViewDoBlitFunction · 0.85
UpdateMemoryViewFunction · 0.85
UpdateCDLoggerFunction · 0.85
UpdateLogWindowFunction · 0.85
UpdateMemWatchFunction · 0.85
NTViewDoBlitFunction · 0.85

Tested by

no test coverage detected