-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathes_find_rules.xml
More file actions
72 lines (72 loc) · 2.77 KB
/
es_find_rules.xml
File metadata and controls
72 lines (72 loc) · 2.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0"?>
<!-- This is the ES-DE find rules configuration file for Linux -->
<ruleList>
<emulator name="CITRON">
<!-- Nintendo Switch emulator Citron -->
<rule type="systempath">
<entry>citron</entry>
<entry>Citron</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/*itron_*-x86_64.AppImage</entry>
<entry>~/.local/share/applications/*itron_*-x86_64.AppImage</entry>
<entry>~/.local/bin/*itron_*-x86_64.AppImage</entry>
<entry>~/bin/*itron_*-x86_64.AppImage</entry>
</rule>
</emulator>
<emulator name="EDEN">
<!-- Nintendo Switch emulator Eden -->
<rule type="systempath">
<entry>eden</entry>
<entry>Eden</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/*den-Linux-v*-*.AppImage</entry>
<entry>~/.local/share/applications/*den-Linux-v*-*.AppImage</entry>
<entry>~/.local/bin/*den-Linux-v*-*.AppImage</entry>
<entry>~/bin/*den-Linux-v*-*.AppImage</entry>
</rule>
</emulator>
<emulator name="SUDACHI">
<!-- Nintendo Switch emulator Eden -->
<rule type="systempath">
<entry>sudachi</entry>
<entry>Sudachi</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/*udachi</entry>
<entry>~/.local/share/applications/*udachi</entry>
<entry>~/.local/bin/*udachi</entry>
<entry>~/bin/*udachi</entry>
</rule>
</emulator>
<emulator name="SUYU">
<!-- Nintendo Switch emulator Eden -->
<rule type="systempath">
<entry>suyu</entry>
<entry>Suyu</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/*uyu-Linux_x86_64.AppImage</entry>
<entry>~/.local/share/applications/*uyu-Linux_x86_64.AppImage</entry>
<entry>~/.local/bin/*uyu-Linux_x86_64.AppImage</entry>
<entry>~/bin/*uyu-Linux_x86_64.AppImage</entry>
</rule>
</emulator>
<emulator name="YUZU">
<!-- Nintendo Switch emulator Yuzu -->
<rule type="systempath">
<entry>yuzu</entry>
<entry>Yuzu</entry>
<entry>org.yuzu_emu.yuzu</entry>
</rule>
<rule type="staticpath">
<entry>~/Applications/*uzu*.AppImage</entry>
<entry>~/.local/share/applications/*uzu*.AppImage</entry>
<entry>~/.local/bin/*uzu*.AppImage</entry>
<entry>~/bin/*uzu*.AppImage</entry>
<entry>/var/lib/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
<entry>~/.local/share/flatpak/exports/bin/org.yuzu_emu.yuzu</entry>
</rule>
</emulator>
</ruleList>