Add icon type switch to CMake and de-duplicate wide version strings

This commit is contained in:
RichardG867
2021-11-05 22:02:34 -03:00
parent 06ab671d32
commit 9699d63e70
4 changed files with 34 additions and 7 deletions

View File

@@ -665,7 +665,7 @@ usage:
info = localtime(&now);
strftime(temp, sizeof(temp), "%Y/%m/%d %H:%M:%S", info);
pclog("#\n# %ls v%ls logfile, created %s\n#\n",
EMU_NAME_W, EMU_VERSION_W, temp);
EMU_NAME_W, EMU_VERSION_FULL_W, temp);
pclog("# VM: %s\n#\n", vm_name);
pclog("# Emulator path: %s\n", exe_path);
pclog("# Userfiles path: %s\n", usr_path);