mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-04-10 19:15:13 +00:00
(Linux) Moved an emulator entry in es_find_rules.xml that was not sorted correctly
This commit is contained in:
parent
27d8248d37
commit
25abbec678
|
|
@ -1227,6 +1227,15 @@
|
|||
<entry>~/bin/Vita3K/Vita3K</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="WINE">
|
||||
<!-- Microsoft Windows compatibility layer Wine -->
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/Wine/wine*.AppImage</entry>
|
||||
<entry>~/.local/share/applications/Wine/wine*.AppImage</entry>
|
||||
<entry>~/.local/bin/Wine/wine*.AppImage</entry>
|
||||
<entry>~/bin/Wine/wine*.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XEMU">
|
||||
<!-- Microsoft Xbox emulator xemu -->
|
||||
<rule type="systempath">
|
||||
|
|
@ -1242,15 +1251,6 @@
|
|||
<entry>~/.local/share/flatpak/exports/bin/app.xemu.xemu</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="WINE">
|
||||
<!-- Microsoft Windows compatibility layer Wine -->
|
||||
<rule type="staticpath">
|
||||
<entry>~/Applications/Wine/wine*.AppImage</entry>
|
||||
<entry>~/.local/share/applications/Wine/wine*.AppImage</entry>
|
||||
<entry>~/.local/bin/Wine/wine*.AppImage</entry>
|
||||
<entry>~/bin/Wine/wine*.AppImage</entry>
|
||||
</rule>
|
||||
</emulator>
|
||||
<emulator name="XENIA-WINDOWS">
|
||||
<!-- Microsoft Xbox 360 emulator xenia -->
|
||||
<rule type="staticpath">
|
||||
|
|
|
|||
Loading…
Reference in a new issue