git://git.nikiroo.be
/
gamiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a4ccbb
)
remove dosbox cpu.conf, not needed
author
Niki Roo
<niki@nikiroo.be>
Sun, 27 Apr 2025 12:21:01 +0000
(14:21 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Sun, 27 Apr 2025 12:21:01 +0000
(14:21 +0200)
gamiki/support/commands.py
patch
|
blob
|
blame
|
history
diff --git
a/gamiki/support/commands.py
b/gamiki/support/commands.py
index 11b9ce17d54c058b6e89054c4ce1175d0ff8b00d..bdaf48500d645df85da82b28b748c7e06ebcc11e 100644
(file)
--- 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):