Include '32/64-bit build' info-string in log file and debugger's MOTD (#1392)

This commit is contained in:
tomcw
2025-05-04 18:36:33 +01:00
parent 32749dbcad
commit 265f1ddbf1
4 changed files with 14 additions and 2 deletions

View File

@@ -1459,10 +1459,11 @@ Update_t CmdVersion (int nArgs)
int nFixMinor;
UnpackVersion( nVersion, nMajor, nMinor, nFixMajor, nFixMinor );
ConsolePrintFormat( " Emulator: %s%s%s Debugger: %s%d.%d.%d.%d%s"
ConsolePrintFormat( " Emulator: %s%s%s (%d-bit build) Debugger: %s%d.%d.%d.%d%s"
, CHC_SYMBOL
, g_VERSIONSTRING.c_str()
, CHC_DEFAULT
, GetCompilationTarget()
, CHC_SYMBOL
, nMajor, nMinor, nFixMajor, nFixMinor
, CHC_DEFAULT