Skip to content

Commit b4b4cb8

Browse files
committed
fix(es_systems): update GZDoom command path to use component launcher script
1 parent 67558a4 commit b4b4cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/systems/linux/es_systems.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@
557557
<fullname>Doom</fullname>
558558
<path>%ROMPATH%/doom</path>
559559
<extension>.doom .DOOM .desktop .ipk3 .IPK3 .iwad .IWAD .pk3 .PK3 .pk4 .PK4 .pwad .PWAD .sh .wad .WAD</extension>
560-
<command label="GZDoom (Standalone)">gzdoom.sh %ROM%</command>
560+
<command label="GZDoom (Standalone)">/app/retrodeck/components/gzdoom/component_launcher.sh %ROM%</command>
561561
<command label="PrBoom">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/prboom_libretro.so %ROM%</command>
562562
<!-- <command label="PrBoom+ (Standalone)">%EMULATOR_PRBOOM-PLUS% -iwad %ROM%</command> -->
563563
<command label="Boom 3">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%/boom3_libretro.so %ROM%</command>

0 commit comments

Comments
 (0)