diff --git a/packages/ui/emulationstation/config/es_systems.cfg b/packages/ui/emulationstation/config/es_systems.cfg index 473c16dd3..8a44aa381 100644 --- a/packages/ui/emulationstation/config/es_systems.cfg +++ b/packages/ui/emulationstation/config/es_systems.cfg @@ -2793,7 +2793,7 @@ various /storage/roms/homebrew .sh - /usr/bin/bash %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers="%CONTROLLERSCONFIG%" + /usr/bin/runemu.py --rom %ROM% --platform %SYSTEM% --emulator %EMULATOR% --core %CORE% --controllers "%CONTROLLERSCONFIG%" pc homebrew @@ -2806,7 +2806,7 @@ various /storage/roms/ports .sh - /usr/bin/bash %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers="%CONTROLLERSCONFIG%" + /usr/bin/runemu.py --rom %ROM% --platform %SYSTEM% --emulator %EMULATOR% --core %CORE% --controllers "%CONTROLLERSCONFIG%" pc ports