From fede2c103aff65521eb3b046f13f38fd60cc5461 Mon Sep 17 00:00:00 2001 From: tomcw Date: Sun, 4 May 2025 20:11:23 +0100 Subject: [PATCH] Help doc: Add a note about using Ctrl+C to copy Benchmark results to the clipboard --- help/cfg-config.html | 1 + source/Core.cpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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)