mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-01-22 14:17:03 +00:00
Help doc: Add a note about using Ctrl+C to copy Benchmark results to the clipboard
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user