diff --git a/Externals/wxWidgets/lib/vc_lib/msw/wx/msw/rcdefs.h b/Externals/wxWidgets/lib/vc_lib/msw/wx/msw/rcdefs.h deleted file mode 100644 index 9f9e03b939..0000000000 --- a/Externals/wxWidgets/lib/vc_lib/msw/wx/msw/rcdefs.h +++ /dev/null @@ -1,44 +0,0 @@ - - - - - - - - - - - - -#ifndef _WX_RCDEFS_H -#define _WX_RCDEFS_H - - -#define WX_MSC_FULL_VER 150021022 - - - - - - - - - - - - - - - -#define WX_CPU_X86 - - - - - - - - - - -#endif diff --git a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp index 8e4db354f3..a86b63f289 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/Render.cpp @@ -1086,7 +1086,7 @@ void Renderer::SwapBuffers() if (timeGetTime() - lasttime > 1000) { lasttime = timeGetTime(); - s_fps = fpscount; + s_fps = (fpscount-1); fpscount = 0; }