Skip to content

Commit

Permalink
allow performance settings for homebrew/ports
Browse files Browse the repository at this point in the history
  • Loading branch information
dhwz committed Sep 12, 2024
1 parent 4ea17bf commit 3596e9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ui/emulationstation/config/es_systems.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2793,7 +2793,7 @@
<hardware>various</hardware>
<path>/storage/roms/homebrew</path>
<extension>.sh</extension>
<command>/usr/bin/bash %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers="%CONTROLLERSCONFIG%"</command>
<command>/usr/bin/runemu.py --rom %ROM% --platform %SYSTEM% --emulator %EMULATOR% --core %CORE% --controllers "%CONTROLLERSCONFIG%"</command>
<platform>pc</platform>
<theme>homebrew</theme>
</system>
Expand All @@ -2806,7 +2806,7 @@
<hardware>various</hardware>
<path>/storage/roms/ports</path>
<extension>.sh</extension>
<command>/usr/bin/bash %ROM% -P%SYSTEM% --core=%CORE% --emulator=%EMULATOR% --controllers="%CONTROLLERSCONFIG%"</command>
<command>/usr/bin/runemu.py --rom %ROM% --platform %SYSTEM% --emulator %EMULATOR% --core %CORE% --controllers "%CONTROLLERSCONFIG%"</command>
<platform>pc</platform>
<theme>ports</theme>
</system>
Expand Down

0 comments on commit 3596e9e

Please sign in to comment.