Help doc: Add a note about using Ctrl+C to copy Benchmark results to the clipboard

This commit is contained in:
tomcw
2025-05-04 20:11:23 +01:00
parent 92a35ae481
commit fede2c103a
2 changed files with 2 additions and 1 deletions

View File

@@ -104,6 +104,7 @@
<li> Pure CPU MHz (full-speed)
<li> Expected average video game performance (in FPS)
</ul>
Use Ctrl+C to copy the results to the clipboard.
</li>
</body>
</html>

View File

@@ -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)