Skip to content

Commit

Permalink
Lime3DS
Browse files Browse the repository at this point in the history
  • Loading branch information
dragoonDorise committed Aug 1, 2024
1 parent 815637c commit e95421a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions configs/emulationstation/custom_systems/es_find_rules.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,9 @@
<entry>%ESPATH%\Emulators\Citra\citra-qt.exe</entry>
</rule>
</emulator>
<emulator name="LIME3DS">
<rule type="staticpath">
<entry>%ESPATH%\Emulators\lime3ds\lime3ds-gui.exe</entry>
</rule>
</emulator>
</ruleList>
1 change: 1 addition & 0 deletions configs/emulationstation/custom_systems/es_systems.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<command label="Citra">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\citra_libretro.dll %ROM%</command>
<command label="Citra 2018">%EMULATOR_RETROARCH% -L %CORE_RETROARCH%\citra2018_libretro.dll %ROM%</command>
<command label="Citra (Standalone)">%EMULATOR_CITRA% %ROM%</command>
<command label="Lime 3DS">%EMULATOR_LIME3DS% %ROM%</command>
<platform>n3ds</platform>
<theme>n3ds</theme>
</system>
Expand Down

0 comments on commit e95421a

Please sign in to comment.