diff --git a/source/Applewin.cpp b/source/Applewin.cpp index 6e3d3314..0608d536 100644 --- a/source/Applewin.cpp +++ b/source/Applewin.cpp @@ -1551,7 +1551,7 @@ int APIENTRY WinMain(HINSTANCE passinstance, HINSTANCE, LPSTR lpCmdLine, int) // DO ONE-TIME INITIALIZATION g_hInstance = passinstance; - GdiSetBatchLimit(512); +// GdiSetBatchLimit(512); LogFileOutput("Init: GdiSetBatchLimit()\n"); GetProgramDirectory(); diff --git a/source/Video.cpp b/source/Video.cpp index c7987c40..c9a5c0e9 100644 --- a/source/Video.cpp +++ b/source/Video.cpp @@ -616,7 +616,7 @@ void VideoRefreshScreen ( uint32_t uRedrawWholeScreenVideoMode /* =0*/, bool bRe SRCCOPY); } - GdiFlush(); +// GdiFlush(); } //===========================================================================