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

Function UpdateFCEUWindow

src/drivers/win/window.cpp:2688–2707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2686}
2687
2688void UpdateFCEUWindow(void)
2689{
2690 if(vchanged && !fullscreen && !changerecursive && !nofocus)
2691 {
2692 SetVideoMode(0);
2693 vchanged = 0;
2694 }
2695
2696 BlockingCheck();
2697
2698 if(!(eoptions & EO_BGRUN))
2699 {
2700 while(nofocus)
2701 {
2702
2703 Sleep(75);
2704 BlockingCheck();
2705 }
2706 }
2707}
2708
2709
2710//Destroys the main window

Callers 3

ReadStateChunksFunction · 0.85
mainFunction · 0.85
_updateWindowFunction · 0.85

Calls 2

SetVideoModeFunction · 0.85
BlockingCheckFunction · 0.85

Tested by

no test coverage detected