remove dosbox cpu.conf, not needed
authorNiki Roo <niki@nikiroo.be>
Sun, 27 Apr 2025 12:21:01 +0000 (14:21 +0200)
committerNiki Roo <niki@nikiroo.be>
Sun, 27 Apr 2025 12:21:01 +0000 (14:21 +0200)
gamiki/support/commands.py

index 11b9ce17d54c058b6e89054c4ce1175d0ff8b00d..bdaf48500d645df85da82b28b748c7e06ebcc11e 100644 (file)
@@ -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):