provide hatari config with launcher

This commit is contained in:
2026-08-11 14:30:27 +02:00
parent 1634ce806c
commit e704261ea4
5 changed files with 19 additions and 9 deletions
@@ -5,6 +5,11 @@ namespace MarcerGameDvdLauncher
{
public class HatariLauncher
{
// The Hatari configuration file that is shipped with the launcher.
// When Hatari.ConfigFile is not set in launcher.config.json, this file
// (resolved relative to the executable directory) is used automatically.
public const string DefaultConfigFile = "MarcerGameDvd-Hatari.cfg";
private readonly string _exePath;
private readonly string _cfgPath;
private readonly string _argsTemplate;