Add log message when running in portable mode

This commit is contained in:
David Hrdlička
2025-08-24 21:36:35 +02:00
parent 15c1a7e04a
commit f153ad5877

View File

@@ -1112,6 +1112,10 @@ usage:
pclog("#\n# %ls v%ls logfile, created %s\n#\n",
EMU_NAME_W, EMU_VERSION_FULL_W, temp);
if (portable_mode) {
pclog("# Portable mode enabled.\n");
}
pclog("# Emulator path: %s\n", exe_path);
pclog("# Global configuration file: %s\n", global_cfg_path);