mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-21 21:45:39 +00:00
GZDOOM: path fixing + adding bios folder
This commit is contained in:
parent
76aa88e943
commit
e12131a558
|
@ -15,19 +15,21 @@ Path=/app/share/games/doom/
|
|||
[FileSearch.Directories]
|
||||
Path=$PROGDIR
|
||||
Path=$DOOMWADDIR
|
||||
Path=/var/config/gzdoom
|
||||
Path=RETRODECKROMSDIR/doom
|
||||
Path=RETRODECKROMSDIR/bios/gzdoom
|
||||
Path=/app/share/games/doom/
|
||||
Path=/var/config/gzdoom
|
||||
|
||||
# These are the directories to search for soundfonts that let listed in the menu.
|
||||
# Layout is the same as for IWADSearch.Directories
|
||||
[SoundfontSearch.Directories]
|
||||
Path=$PROGDIR/soundfonts
|
||||
Path=$PROGDIR/fm_banks
|
||||
Path=/var/data/gzdoom/audio
|
||||
Path=/var/data/gzdoom
|
||||
Path=RETRODECKROMSDIR/bios/gzdoom
|
||||
Path=/app/share/games/doom/soundfonts
|
||||
Path=/app/share/games/doom/fm_banks
|
||||
Path=/var/data/gzdoom/audio
|
||||
Path=/var/data/gzdoom
|
||||
|
||||
# Files to automatically execute when running the corresponding game.
|
||||
# Each file should be on its own line, preceded by Path=
|
||||
|
|
|
@ -777,7 +777,9 @@ prepare_component() {
|
|||
log i "----------------------"
|
||||
|
||||
create_dir "/var/config/gzdoom"
|
||||
create_dir "/data/gzdoom/audio/midi"
|
||||
create_dir "/var/data/gzdoom/audio/midi"
|
||||
create_dir "$rdhome/bios/gzdoom"
|
||||
|
||||
cp -fvr "$emuconfigs/gzdoom/gzdoom.ini" "/var/config/gzdoom"
|
||||
|
||||
sed -i 's#RETRODECKROMSDIR#'$roms_folder'#g' "/var/config/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
|
||||
|
|
Loading…
Reference in a new issue