diff --git a/help/cfg-config.html b/help/cfg-config.html index deaa397d..46ff5746 100644 --- a/help/cfg-config.html +++ b/help/cfg-config.html @@ -104,6 +104,7 @@
  • Pure CPU MHz (full-speed)
  • Expected average video game performance (in FPS) + Use Ctrl+C to copy the results to the clipboard.
  • diff --git a/source/Core.cpp b/source/Core.cpp index 12546383..eaeff188 100644 --- a/source/Core.cpp +++ b/source/Core.cpp @@ -287,7 +287,7 @@ bool CheckOldAppleWinVersion(void) UINT GetCompilationTarget(void) { - return sizeof(void*) * 8; + return sizeof(void*) * 8; // Portable (Windows, Linux); returns 32 or 64 } std::string GetAppleWinVersionAndBuild(void)