From: Niki Roo Date: Sun, 27 Apr 2025 12:21:01 +0000 (+0200) Subject: remove dosbox cpu.conf, not needed X-Git-Url: http://git.nikiroo.be/?a=commitdiff_plain;h=7f2e581468dd7cc63a5a8bf69ed97e570d89b3f1;p=gamiki.git remove dosbox cpu.conf, not needed --- diff --git a/gamiki/support/commands.py b/gamiki/support/commands.py index 11b9ce1..bdaf485 100644 --- a/gamiki/support/commands.py +++ b/gamiki/support/commands.py @@ -32,10 +32,6 @@ def dosbox(dir: PurePath, link: PurePath, opt: str = None) -> int: if (base.exists()): cmd.append("-conf") cmd.append(base.as_posix()) - cpu = dir.joinpath("cpu.conf") - if (cpu.exists()): - cmd.append("-conf") - cmd.append(cpu.as_posix()) cmd.append("-conf") if (opt):