| 2686 | } |
| 2687 | |
| 2688 | void 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 |
no test coverage detected