From 7f2e581468dd7cc63a5a8bf69ed97e570d89b3f1 Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Sun, 27 Apr 2025 14:21:01 +0200 Subject: [PATCH] remove dosbox cpu.conf, not needed --- gamiki/support/commands.py | 4 ---- 1 file changed, 4 deletions(-) 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): -- 2.27.0