mbg merge 7/19/06 - the function that contains the code that used to just be UpdateFCEUWindow() and FCEUD_UpdateInput()
| 984 | |
| 985 | //mbg merge 7/19/06 - the function that contains the code that used to just be UpdateFCEUWindow() and FCEUD_UpdateInput() |
| 986 | void _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 | |
| 998 | void win_debuggerLoopStep() |
| 999 | { |
no test coverage detected