We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dce393f commit 9dc632aCopy full SHA for 9dc632a
scriptmodules/emulators/amiberry.sh
@@ -19,6 +19,7 @@ rp_module_flags="!all arm rpi3 rpi4"
19
20
function _update_hook_amiberry() {
21
local rom
22
+ mkUserDir "$biosdir/amiga"
23
for rom in kick13.rom kick20.rom kick31.rom; do
24
# if we have a kickstart rom in $biosdir, move it to $biosdir/amiga and symlink the old location
25
if [[ -f "$biosdir/$rom" && ! -h "$biosdir/$rom" ]]; then
0 commit comments