aboutsummaryrefslogtreecommitdiff
path: root/emulators/es-de/pkg-plist
blob: 7af051cc6c6e01f376bccbfaefefe3221af8118e (plain) (blame)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
1250
1251
1252
1253
1254
1255
1256
1257
1258
1259
1260
1261
1262
1263
1264
1265
1266
1267
1268
1269
1270
1271
1272
1273
1274
1275
1276
1277
1278
1279
1280
1281
1282
1283
1284
1285
1286
1287
1288
1289
1290
1291
1292
1293
1294
1295
1296
1297
1298
1299
1300
1301
1302
1303
1304
1305
1306
1307
1308
1309
1310
1311
1312
1313
1314
1315
1316
1317
1318
1319
1320
1321
1322
1323
1324
1325
1326
1327
1328
1329
1330
1331
1332
1333
1334
1335
1336
1337
1338
1339
1340
1341
1342
1343
1344
1345
1346
1347
1348
1349
1350
1351
1352
1353
1354
1355
1356
1357
1358
1359
1360
1361
1362
1363
1364
1365
1366
1367
1368
1369
1370
1371
1372
1373
1374
1375
1376
1377
1378
1379
1380
1381
1382
1383
1384
1385
1386
1387
1388
1389
1390
1391
1392
1393
1394
1395
1396
1397
1398
1399
1400
1401
1402
1403
1404
1405
1406
1407
1408
1409
1410
1411
1412
1413
1414
1415
1416
1417
1418
1419
1420
1421
1422
1423
1424
1425
1426
1427
1428
1429
1430
1431
1432
1433
1434
1435
1436
1437
1438
1439
1440
1441
1442
1443
1444
1445
1446
1447
1448
1449
1450
1451
1452
1453
1454
1455
1456
1457
1458
1459
1460
1461
1462
1463
1464
1465
1466
1467
1468
1469
1470
1471
1472
1473
1474
1475
1476
1477
1478
1479
1480
1481
1482
1483
1484
1485
1486
1487
1488
1489
1490
1491
1492
1493
1494
1495
1496
1497
1498
1499
1500
1501
1502
1503
1504
1505
1506
1507
1508
1509
1510
1511
1512
1513
1514
1515
1516
1517
1518
1519
1520
1521
1522
1523
1524
1525
1526
1527
1528
1529
1530
1531
1532
1533
1534
1535
1536
1537
1538
1539
1540
1541
1542
1543
1544
1545
1546
1547
1548
1549
1550
1551
1552
1553
1554
1555
1556
1557
1558
1559
1560
1561
1562
1563
1564
1565
1566
1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
1583
1584
1585
1586
1587
1588
1589
1590
1591
1592
1593
1594
1595
1596
1597
1598
1599
1600
1601
1602
1603
1604
1605
1606
1607
1608
1609
1610
1611
1612
1613
1614
1615
1616
1617
1618
1619
1620
1621
1622
1623
1624
1625
1626
1627
1628
1629
1630
1631
1632
1633
1634
1635
1636
1637
1638
1639
1640
1641
1642
1643
1644
1645
1646
1647
1648
1649
1650
1651
1652
1653
1654
1655
1656
1657
1658
1659
1660
1661
1662
1663
1664
1665
1666
1667
1668
1669
1670
1671
1672
1673
1674
1675
1676
1677
1678
1679
1680
1681
1682
1683
1684
1685
1686
1687
1688
1689
1690
1691
1692
1693
1694
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
1705
1706
1707
1708
1709
1710
1711
1712
1713
1714
1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
1731
1732
1733
1734
1735
1736
1737
1738
1739
1740
1741
1742
1743
1744
1745
1746
1747
1748
1749
1750
1751
1752
1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
1763
1764
1765
1766
1767
1768
1769
1770
1771
1772
1773
1774
1775
1776
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816
1817
1818
1819
1820
1821
1822
1823
1824
1825
1826
1827
1828
1829
1830
1831
1832
1833
1834
1835
1836
1837
1838
1839
1840
1841
1842
1843
1844
1845
1846
1847
1848
1849
1850
1851
1852
1853
1854
1855
1856
1857
1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
1868
1869
1870
1871
1872
1873
1874
1875
1876
1877
1878
1879
1880
1881
1882
1883
1884
1885
1886
1887
1888
1889
1890
1891
1892
1893
1894
1895
1896
1897
1898
1899
1900
1901
1902
1903
1904
1905
1906
1907
1908
1909
1910
1911
1912
1913
1914
1915
1916
1917
1918
1919
1920
1921
1922
1923
1924
1925
1926
1927
1928
1929
1930
1931
1932
1933
1934
1935
1936
1937
1938
1939
1940
1941
1942
1943
1944
1945
1946
1947
1948
1949
1950
1951
1952
1953
1954
1955
1956
1957
1958
1959
1960
1961
1962
1963
1964
1965
1966
1967
1968
1969
1970
1971
1972
1973
1974
1975
1976
1977
1978
1979
1980
1981
1982
1983
1984
1985
1986
1987
1988
1989
1990
1991
1992
1993
1994
1995
1996
1997
1998
1999
2000
2001
2002
2003
2004
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
2027
2028
2029
2030
2031
2032
2033
2034
2035
2036
2037
2038
2039
2040
2041
2042
2043
2044
2045
2046
2047
2048
2049
2050
2051
2052
2053
2054
2055
2056
2057
2058
2059
2060
2061
2062
2063
2064
2065
2066
2067
2068
2069
2070
2071
2072
2073
2074
2075
2076
2077
2078
2079
2080
2081
2082
2083
2084
2085
2086
2087
2088
2089
2090
2091
2092
2093
2094
2095
2096
2097
2098
2099
2100
2101
2102
2103
2104
2105
2106
2107
2108
2109
2110
2111
2112
2113
2114
2115
2116
2117
2118
2119
2120
2121
2122
2123
2124
2125
2126
2127
2128
2129
2130
2131
2132
2133
2134
2135
2136
2137
2138
2139
2140
2141
2142
2143
2144
2145
2146
2147
2148
2149
2150
2151
2152
2153
2154
2155
2156
2157
2158
2159
2160
2161
2162
2163
2164
2165
2166
2167
2168
2169
2170
2171
2172
2173
2174
2175
2176
2177
2178
2179
2180
2181
2182
2183
2184
2185
2186
2187
2188
2189
2190
2191
2192
2193
2194
2195
2196
2197
2198
2199
2200
2201
2202
2203
2204
2205
2206
2207
2208
2209
2210
2211
2212
2213
2214
2215
2216
2217
2218
2219
2220
2221
2222
2223
2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
2234
2235
2236
2237
2238
2239
2240
2241
2242
2243
2244
2245
2246
2247
2248
2249
2250
2251
2252
2253
2254
2255
2256
2257
2258
2259
2260
2261
2262
2263
2264
2265
2266
2267
2268
2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
2281
2282
2283
2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
2298
2299
2300
2301
2302
2303
2304
2305
2306
2307
2308
2309
2310
2311
2312
2313
2314
2315
2316
2317
2318
2319
2320
2321
2322
2323
2324
2325
2326
2327
2328
2329
2330
2331
2332
2333
2334
2335
2336
2337
2338
2339
2340
2341
2342
2343
2344
2345
2346
2347
2348
2349
2350
2351
2352
2353
2354
2355
2356
2357
2358
2359
2360
2361
2362
2363
2364
2365
2366
2367
2368
2369
2370
2371
2372
2373
2374
2375
2376
2377
2378
2379
2380
2381
2382
2383
2384
2385
2386
2387
2388
2389
2390
2391
2392
2393
2394
2395
2396
2397
2398
2399
2400
2401
2402
2403
2404
2405
2406
2407
2408
2409
2410
2411
2412
2413
2414
2415
bin/es-de
bin/es-pdf-convert
share/applications/org.es_de.frontend.desktop
%%PORTDOCS%%%%DOCSDIR%%/ANDROID-DEV.md
%%PORTDOCS%%%%DOCSDIR%%/ANDROID.md
%%PORTDOCS%%%%DOCSDIR%%/CHANGELOG.md
%%PORTDOCS%%%%DOCSDIR%%/CREDITS.md
%%PORTDOCS%%%%DOCSDIR%%/FAQ-ANDROID.md
%%PORTDOCS%%%%DOCSDIR%%/FAQ.md
%%PORTDOCS%%%%DOCSDIR%%/HAIKU.md
%%PORTDOCS%%%%DOCSDIR%%/INSTALL-DEV.md
%%PORTDOCS%%%%DOCSDIR%%/INSTALL.md
%%PORTDOCS%%%%DOCSDIR%%/README.md
%%PORTDOCS%%%%DOCSDIR%%/ROADMAP.md
%%PORTDOCS%%%%DOCSDIR%%/THEMES-DEV.md
%%PORTDOCS%%%%DOCSDIR%%/THEMES.md
%%PORTDOCS%%%%DOCSDIR%%/TRANSLATIONS.md
%%PORTDOCS%%%%DOCSDIR%%/USERGUIDE-DEV.md
%%PORTDOCS%%%%DOCSDIR%%/USERGUIDE.md
%%DATADIR%%/LICENSE
%%DATADIR%%/licenses/Akrobat_Fontfabric.pdf
%%DATADIR%%/licenses/BlueZ
%%DATADIR%%/licenses/CImg
%%DATADIR%%/licenses/DejaVu
%%DATADIR%%/licenses/DroidSans
%%DATADIR%%/licenses/FFmpeg
%%DATADIR%%/licenses/FontAwesome
%%DATADIR%%/licenses/Fontconfig
%%DATADIR%%/licenses/FreeImage
%%DATADIR%%/licenses/FreeType
%%DATADIR%%/licenses/Freesound_CC0
%%DATADIR%%/licenses/Freesound_CCBY
%%DATADIR%%/licenses/GLEW
%%DATADIR%%/licenses/GLM
%%DATADIR%%/licenses/GNUFreeFont
%%DATADIR%%/licenses/HarfBuzz
%%DATADIR%%/licenses/ICU
%%DATADIR%%/licenses/LibTIFF
%%DATADIR%%/licenses/LunaSVG
%%DATADIR%%/licenses/MAME
%%DATADIR%%/licenses/NanumSquareNeo
%%DATADIR%%/licenses/NotoEmoji
%%DATADIR%%/licenses/Ogg
%%DATADIR%%/licenses/OpenJPEG
%%DATADIR%%/licenses/OpenSSL
%%DATADIR%%/licenses/OpenSans
%%DATADIR%%/licenses/Opus
%%DATADIR%%/licenses/PhosphorIcons
%%DATADIR%%/licenses/Poppler
%%DATADIR%%/licenses/SDL
%%DATADIR%%/licenses/UTF8-CPP
%%DATADIR%%/licenses/Vorbis
%%DATADIR%%/licenses/curl
%%DATADIR%%/licenses/libgit2
%%DATADIR%%/licenses/libiconv
%%DATADIR%%/licenses/libintl
%%DATADIR%%/licenses/libjpeg-turbo
%%DATADIR%%/licenses/libpng
%%DATADIR%%/licenses/linear-es-de
%%DATADIR%%/licenses/modern-es-de
%%DATADIR%%/licenses/modern-es-de_nsoicons
%%DATADIR%%/licenses/pugixml
%%DATADIR%%/licenses/rlottie
%%DATADIR%%/licenses/slate-es-de
%%DATADIR%%/licenses/ubuntu-font-licence-1.0
%%DATADIR%%/resources/MAME/mamebioses.xml
%%DATADIR%%/resources/MAME/mamedevices.xml
%%DATADIR%%/resources/MAME/mamenames.xml
%%DATADIR%%/resources/certificates/curl-ca-bundle.crt
%%DATADIR%%/resources/controllers/es_controller_mappings.cfg
%%DATADIR%%/resources/fonts/Akrobat-Bold.ttf
%%DATADIR%%/resources/fonts/Akrobat-Regular.ttf
%%DATADIR%%/resources/fonts/Akrobat-SemiBold.ttf
%%DATADIR%%/resources/fonts/DejaVuSans.ttf
%%DATADIR%%/resources/fonts/DroidSansFallbackFull.ttf
%%DATADIR%%/resources/fonts/FreeMono.ttf
%%DATADIR%%/resources/fonts/NanumSquareNeo-bRg.ttf
%%DATADIR%%/resources/fonts/NotoEmoji.ttf
%%DATADIR%%/resources/fonts/Ubuntu-C.ttf
%%DATADIR%%/resources/fonts/fontawesome-webfont.ttf
%%DATADIR%%/resources/graphics/arrow.svg
%%DATADIR%%/resources/graphics/badge_altemulator.svg
%%DATADIR%%/resources/graphics/badge_broken.svg
%%DATADIR%%/resources/graphics/badge_collection.svg
%%DATADIR%%/resources/graphics/badge_completed.svg
%%DATADIR%%/resources/graphics/badge_controller.svg
%%DATADIR%%/resources/graphics/badge_favorite.svg
%%DATADIR%%/resources/graphics/badge_folder.svg
%%DATADIR%%/resources/graphics/badge_folderlink_overlay.svg
%%DATADIR%%/resources/graphics/badge_kidgame.svg
%%DATADIR%%/resources/graphics/badge_manual.svg
%%DATADIR%%/resources/graphics/busy_0.svg
%%DATADIR%%/resources/graphics/busy_1.svg
%%DATADIR%%/resources/graphics/busy_2.svg
%%DATADIR%%/resources/graphics/busy_3.svg
%%DATADIR%%/resources/graphics/button.svg
%%DATADIR%%/resources/graphics/button_filled.svg
%%DATADIR%%/resources/graphics/checkbox_checked.svg
%%DATADIR%%/resources/graphics/checkbox_unchecked.svg
%%DATADIR%%/resources/graphics/controllers/flight_stick_generic.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_generic.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_nintendo_64.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_nintendo_gamecube.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_nintendo_nes.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_nintendo_snes.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_playstation.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_sega_dreamcast.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_sega_master_system.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_sega_md_3_buttons.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_sega_md_6_buttons.svg
%%DATADIR%%/resources/graphics/controllers/gamepad_xbox.svg
%%DATADIR%%/resources/graphics/controllers/joycon_left_or_right_nintendo.svg
%%DATADIR%%/resources/graphics/controllers/joycon_pair_nintendo.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_1_button.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_2_buttons.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_3_buttons.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_4_buttons.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_5_buttons.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_6_buttons.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_no_buttons.svg
%%DATADIR%%/resources/graphics/controllers/joystick_arcade_no_buttons_twin.svg
%%DATADIR%%/resources/graphics/controllers/joystick_generic.svg
%%DATADIR%%/resources/graphics/controllers/keyboard_and_mouse_generic.svg
%%DATADIR%%/resources/graphics/controllers/keyboard_generic.svg
%%DATADIR%%/resources/graphics/controllers/lightgun_generic.svg
%%DATADIR%%/resources/graphics/controllers/lightgun_nintendo.svg
%%DATADIR%%/resources/graphics/controllers/mouse_amiga.svg
%%DATADIR%%/resources/graphics/controllers/mouse_generic.svg
%%DATADIR%%/resources/graphics/controllers/spinner_generic.svg
%%DATADIR%%/resources/graphics/controllers/steering_wheel_generic.svg
%%DATADIR%%/resources/graphics/controllers/trackball_generic.svg
%%DATADIR%%/resources/graphics/controllers/unknown.svg
%%DATADIR%%/resources/graphics/controllers/wii_remote_and_nunchuk_nintendo.svg
%%DATADIR%%/resources/graphics/controllers/wii_remote_nintendo.svg
%%DATADIR%%/resources/graphics/controllers/xbox_kinect.svg
%%DATADIR%%/resources/graphics/help/button_a_PS.svg
%%DATADIR%%/resources/graphics/help/button_a_SNES.svg
%%DATADIR%%/resources/graphics/help/button_a_XBOX.svg
%%DATADIR%%/resources/graphics/help/button_a_switch.svg
%%DATADIR%%/resources/graphics/help/button_b_PS.svg
%%DATADIR%%/resources/graphics/help/button_b_SNES.svg
%%DATADIR%%/resources/graphics/help/button_b_XBOX.svg
%%DATADIR%%/resources/graphics/help/button_b_switch.svg
%%DATADIR%%/resources/graphics/help/button_back_PS123.svg
%%DATADIR%%/resources/graphics/help/button_back_PS4.svg
%%DATADIR%%/resources/graphics/help/button_back_PS5.svg
%%DATADIR%%/resources/graphics/help/button_back_SNES.svg
%%DATADIR%%/resources/graphics/help/button_back_XBOX.svg
%%DATADIR%%/resources/graphics/help/button_back_XBOX360.svg
%%DATADIR%%/resources/graphics/help/button_back_switch.svg
%%DATADIR%%/resources/graphics/help/button_l.svg
%%DATADIR%%/resources/graphics/help/button_lr.svg
%%DATADIR%%/resources/graphics/help/button_lt.svg
%%DATADIR%%/resources/graphics/help/button_ltrt.svg
%%DATADIR%%/resources/graphics/help/button_r.svg
%%DATADIR%%/resources/graphics/help/button_rt.svg
%%DATADIR%%/resources/graphics/help/button_start_PS123.svg
%%DATADIR%%/resources/graphics/help/button_start_PS4.svg
%%DATADIR%%/resources/graphics/help/button_start_PS5.svg
%%DATADIR%%/resources/graphics/help/button_start_SNES.svg
%%DATADIR%%/resources/graphics/help/button_start_XBOX.svg
%%DATADIR%%/resources/graphics/help/button_start_XBOX360.svg
%%DATADIR%%/resources/graphics/help/button_start_switch.svg
%%DATADIR%%/resources/graphics/help/button_x_PS.svg
%%DATADIR%%/resources/graphics/help/button_x_SNES.svg
%%DATADIR%%/resources/graphics/help/button_x_XBOX.svg
%%DATADIR%%/resources/graphics/help/button_x_switch.svg
%%DATADIR%%/resources/graphics/help/button_y_PS.svg
%%DATADIR%%/resources/graphics/help/button_y_SNES.svg
%%DATADIR%%/resources/graphics/help/button_y_XBOX.svg
%%DATADIR%%/resources/graphics/help/button_y_switch.svg
%%DATADIR%%/resources/graphics/help/dpad_all.svg
%%DATADIR%%/resources/graphics/help/dpad_down.svg
%%DATADIR%%/resources/graphics/help/dpad_left.svg
%%DATADIR%%/resources/graphics/help/dpad_leftright.svg
%%DATADIR%%/resources/graphics/help/dpad_right.svg
%%DATADIR%%/resources/graphics/help/dpad_up.svg
%%DATADIR%%/resources/graphics/help/dpad_updown.svg
%%DATADIR%%/resources/graphics/help/mbuttons_a_PS.svg
%%DATADIR%%/resources/graphics/help/mbuttons_a_SNES.svg
%%DATADIR%%/resources/graphics/help/mbuttons_a_XBOX.svg
%%DATADIR%%/resources/graphics/help/mbuttons_a_switch.svg
%%DATADIR%%/resources/graphics/help/mbuttons_b_PS.svg
%%DATADIR%%/resources/graphics/help/mbuttons_b_SNES.svg
%%DATADIR%%/resources/graphics/help/mbuttons_b_XBOX.svg
%%DATADIR%%/resources/graphics/help/mbuttons_b_switch.svg
%%DATADIR%%/resources/graphics/help/mbuttons_x_PS.svg
%%DATADIR%%/resources/graphics/help/mbuttons_x_SNES.svg
%%DATADIR%%/resources/graphics/help/mbuttons_x_XBOX.svg
%%DATADIR%%/resources/graphics/help/mbuttons_x_switch.svg
%%DATADIR%%/resources/graphics/help/mbuttons_y_PS.svg
%%DATADIR%%/resources/graphics/help/mbuttons_y_SNES.svg
%%DATADIR%%/resources/graphics/help/mbuttons_y_XBOX.svg
%%DATADIR%%/resources/graphics/help/mbuttons_y_switch.svg
%%DATADIR%%/resources/graphics/help/thumbstick.svg
%%DATADIR%%/resources/graphics/help/thumbstick_click.svg
%%DATADIR%%/resources/graphics/help/thumbstick_down.svg
%%DATADIR%%/resources/graphics/help/thumbstick_left.svg
%%DATADIR%%/resources/graphics/help/thumbstick_right.svg
%%DATADIR%%/resources/graphics/help/thumbstick_up.svg
%%DATADIR%%/resources/graphics/off.svg
%%DATADIR%%/resources/graphics/on.svg
%%DATADIR%%/resources/graphics/option_arrow.svg
%%DATADIR%%/resources/graphics/overlay/button_a.svg
%%DATADIR%%/resources/graphics/overlay/button_b.svg
%%DATADIR%%/resources/graphics/overlay/button_back.svg
%%DATADIR%%/resources/graphics/overlay/button_dpad.svg
%%DATADIR%%/resources/graphics/overlay/button_shoulder_l.svg
%%DATADIR%%/resources/graphics/overlay/button_shoulder_r.svg
%%DATADIR%%/resources/graphics/overlay/button_start.svg
%%DATADIR%%/resources/graphics/overlay/button_trigger_l.svg
%%DATADIR%%/resources/graphics/overlay/button_trigger_r.svg
%%DATADIR%%/resources/graphics/overlay/button_x.svg
%%DATADIR%%/resources/graphics/overlay/button_y.svg
%%DATADIR%%/resources/graphics/scroll_down.svg
%%DATADIR%%/resources/graphics/scroll_up.svg
%%DATADIR%%/resources/graphics/slider_knob.svg
%%DATADIR%%/resources/graphics/splash.svg
%%DATADIR%%/resources/graphics/star_filled.svg
%%DATADIR%%/resources/graphics/star_unfilled.svg
%%DATADIR%%/resources/graphics/systemstatus/battery_charging.svg
%%DATADIR%%/resources/graphics/systemstatus/battery_full.svg
%%DATADIR%%/resources/graphics/systemstatus/battery_high.svg
%%DATADIR%%/resources/graphics/systemstatus/battery_low.svg
%%DATADIR%%/resources/graphics/systemstatus/battery_medium.svg
%%DATADIR%%/resources/graphics/systemstatus/bluetooth.svg
%%DATADIR%%/resources/graphics/systemstatus/cellular.svg
%%DATADIR%%/resources/graphics/systemstatus/wifi.svg
%%DATADIR%%/resources/graphics/textinput.svg
%%DATADIR%%/resources/graphics/textinput_focused.svg
%%DATADIR%%/resources/graphics/white.png
%%DATADIR%%/resources/graphics/window_icon_256.png
%%DATADIR%%/resources/locale/ar_SA/LC_MESSAGES/ar_SA.mo
%%DATADIR%%/resources/locale/bs_BA/LC_MESSAGES/bs_BA.mo
%%DATADIR%%/resources/locale/ca_ES/LC_MESSAGES/ca_ES.mo
%%DATADIR%%/resources/locale/de_DE/LC_MESSAGES/de_DE.mo
%%DATADIR%%/resources/locale/en_GB/LC_MESSAGES/en_GB.mo
%%DATADIR%%/resources/locale/en_US/LC_MESSAGES/en_US.mo
%%DATADIR%%/resources/locale/es_ES/LC_MESSAGES/es_ES.mo
%%DATADIR%%/resources/locale/fr_FR/LC_MESSAGES/fr_FR.mo
%%DATADIR%%/resources/locale/hr_HR/LC_MESSAGES/hr_HR.mo
%%DATADIR%%/resources/locale/it_IT/LC_MESSAGES/it_IT.mo
%%DATADIR%%/resources/locale/ja_JP/LC_MESSAGES/ja_JP.mo
%%DATADIR%%/resources/locale/ko_KR/LC_MESSAGES/ko_KR.mo
%%DATADIR%%/resources/locale/nl_NL/LC_MESSAGES/nl_NL.mo
%%DATADIR%%/resources/locale/pl_PL/LC_MESSAGES/pl_PL.mo
%%DATADIR%%/resources/locale/pt_BR/LC_MESSAGES/pt_BR.mo
%%DATADIR%%/resources/locale/pt_PT/LC_MESSAGES/pt_PT.mo
%%DATADIR%%/resources/locale/ro_RO/LC_MESSAGES/ro_RO.mo
%%DATADIR%%/resources/locale/ru_RU/LC_MESSAGES/ru_RU.mo
%%DATADIR%%/resources/locale/sr_RS/LC_MESSAGES/sr_RS.mo
%%DATADIR%%/resources/locale/sv_SE/LC_MESSAGES/sv_SE.mo
%%DATADIR%%/resources/locale/zh_CN/LC_MESSAGES/zh_CN.mo
%%DATADIR%%/resources/locale/zh_TW/LC_MESSAGES/zh_TW.mo
%%DATADIR%%/resources/shaders/glsl/blur_horizontal.glsl
%%DATADIR%%/resources/shaders/glsl/blur_vertical.glsl
%%DATADIR%%/resources/shaders/glsl/core.glsl
%%DATADIR%%/resources/shaders/glsl/scanlines.glsl
%%DATADIR%%/resources/sorting/hwtype_year/es_systems_sorting.xml
%%DATADIR%%/resources/sorting/manufacturer_hwtype_year/es_systems_sorting.xml
%%DATADIR%%/resources/sorting/manufacturer_year/es_systems_sorting.xml
%%DATADIR%%/resources/sorting/year/es_systems_sorting.xml
%%DATADIR%%/resources/sounds/back.wav
%%DATADIR%%/resources/sounds/favorite.wav
%%DATADIR%%/resources/sounds/launch.wav
%%DATADIR%%/resources/sounds/quicksysselect.wav
%%DATADIR%%/resources/sounds/scroll.wav
%%DATADIR%%/resources/sounds/select.wav
%%DATADIR%%/resources/sounds/systembrowse.wav
%%DATADIR%%/resources/systems/android/es_find_rules.xml
%%DATADIR%%/resources/systems/android/es_import_rules.xml
%%DATADIR%%/resources/systems/android/es_systems.xml
%%DATADIR%%/resources/systems/haiku/es_find_rules.xml
%%DATADIR%%/resources/systems/haiku/es_import_rules.xml
%%DATADIR%%/resources/systems/haiku/es_systems.xml
%%DATADIR%%/resources/systems/linux/es_find_rules.xml
%%DATADIR%%/resources/systems/linux/es_import_rules.xml
%%DATADIR%%/resources/systems/linux/es_systems.xml
%%DATADIR%%/resources/systems/macos/es_find_rules.xml
%%DATADIR%%/resources/systems/macos/es_import_rules.xml
%%DATADIR%%/resources/systems/macos/es_systems.xml
%%DATADIR%%/resources/systems/unix/es_find_rules.xml
%%DATADIR%%/resources/systems/unix/es_import_rules.xml
%%DATADIR%%/resources/systems/unix/es_systems.xml
%%DATADIR%%/resources/systems/windows/es_find_rules.xml
%%DATADIR%%/resources/systems/windows/es_find_rules_portable.xml
%%DATADIR%%/resources/systems/windows/es_import_rules.xml
%%DATADIR%%/resources/systems/windows/es_systems.xml
%%DATADIR%%/themes/linear-es-de/CREDITS.md
%%DATADIR%%/themes/linear-es-de/LICENSE
%%DATADIR%%/themes/linear-es-de/README.md
%%DATADIR%%/themes/linear-es-de/aspect-ratio-16-10.xml
%%DATADIR%%/themes/linear-es-de/aspect-ratio-16-9.xml
%%DATADIR%%/themes/linear-es-de/aspect-ratio-21-9.xml
%%DATADIR%%/themes/linear-es-de/aspect-ratio-4-3.xml
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-altemulator.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-broken.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-collection.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-completed.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-controller.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-favorite.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-folder.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-kidgame.svg
%%DATADIR%%/themes/linear-es-de/assets/badges/badge-manual.svg
%%DATADIR%%/themes/linear-es-de/assets/fonts/Gilroy-Light.ttf
%%DATADIR%%/themes/linear-es-de/assets/fonts/Oxygen-Regular.ttf
%%DATADIR%%/themes/linear-es-de/assets/images/gradient.svg
%%DATADIR%%/themes/linear-es-de/assets/images/icon-players.svg
%%DATADIR%%/themes/linear-es-de/assets/images/icon-%%CMAKE_BUILD_TYPE%%-date.svg
%%DATADIR%%/themes/linear-es-de/assets/images/pixel.png
%%DATADIR%%/themes/linear-es-de/auto-allgames/theme.xml
%%DATADIR%%/themes/linear-es-de/auto-favorites/theme.xml
%%DATADIR%%/themes/linear-es-de/auto-lastplayed/theme.xml
%%DATADIR%%/themes/linear-es-de/capabilities.xml
%%DATADIR%%/themes/linear-es-de/colors.xml
%%DATADIR%%/themes/linear-es-de/custom-collections/theme.xml
%%DATADIR%%/themes/linear-es-de/languages.xml
%%DATADIR%%/themes/linear-es-de/system/logos/3do.svg
%%DATADIR%%/themes/linear-es-de/system/logos/adam.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ags.svg
%%DATADIR%%/themes/linear-es-de/system/logos/amiga.svg
%%DATADIR%%/themes/linear-es-de/system/logos/amiga1200.svg
%%DATADIR%%/themes/linear-es-de/system/logos/amiga600.svg
%%DATADIR%%/themes/linear-es-de/system/logos/amigacd32.svg
%%DATADIR%%/themes/linear-es-de/system/logos/amstradcpc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/android.svg
%%DATADIR%%/themes/linear-es-de/system/logos/androidapps.svg
%%DATADIR%%/themes/linear-es-de/system/logos/androidgames.svg
%%DATADIR%%/themes/linear-es-de/system/logos/apple2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/apple2gs.svg
%%DATADIR%%/themes/linear-es-de/system/logos/arcade.svg
%%DATADIR%%/themes/linear-es-de/system/logos/arcadia.svg
%%DATADIR%%/themes/linear-es-de/system/logos/archimedes.svg
%%DATADIR%%/themes/linear-es-de/system/logos/arduboy.svg
%%DATADIR%%/themes/linear-es-de/system/logos/astrocade.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atari2600.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atari5200.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atari7800.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atari800.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atarijaguar.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atarijaguarcd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atarilynx.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atarist.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atarixe.svg
%%DATADIR%%/themes/linear-es-de/system/logos/atomiswave.svg
%%DATADIR%%/themes/linear-es-de/system/logos/auto-allgames.svg
%%DATADIR%%/themes/linear-es-de/system/logos/auto-favorites.svg
%%DATADIR%%/themes/linear-es-de/system/logos/auto-lastplayed.svg
%%DATADIR%%/themes/linear-es-de/system/logos/bbcmicro.svg
%%DATADIR%%/themes/linear-es-de/system/logos/c64.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cavestory.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cdimono1.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cdtv.svg
%%DATADIR%%/themes/linear-es-de/system/logos/chailove.svg
%%DATADIR%%/themes/linear-es-de/system/logos/channelf.svg
%%DATADIR%%/themes/linear-es-de/system/logos/coco.svg
%%DATADIR%%/themes/linear-es-de/system/logos/colecovision.svg
%%DATADIR%%/themes/linear-es-de/system/logos/consolearcade.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cps.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cps1.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cps2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/cps3.svg
%%DATADIR%%/themes/linear-es-de/system/logos/crvision.svg
%%DATADIR%%/themes/linear-es-de/system/logos/custom-collections.svg
%%DATADIR%%/themes/linear-es-de/system/logos/daphne.svg
%%DATADIR%%/themes/linear-es-de/system/logos/desktop.svg
%%DATADIR%%/themes/linear-es-de/system/logos/doom.svg
%%DATADIR%%/themes/linear-es-de/system/logos/dos.svg
%%DATADIR%%/themes/linear-es-de/system/logos/dragon32.svg
%%DATADIR%%/themes/linear-es-de/system/logos/dreamcast.svg
%%DATADIR%%/themes/linear-es-de/system/logos/easyrpg.svg
%%DATADIR%%/themes/linear-es-de/system/logos/electron.svg
%%DATADIR%%/themes/linear-es-de/system/logos/emulators.svg
%%DATADIR%%/themes/linear-es-de/system/logos/epic.svg
%%DATADIR%%/themes/linear-es-de/system/logos/famicom.svg
%%DATADIR%%/themes/linear-es-de/system/logos/fba.svg
%%DATADIR%%/themes/linear-es-de/system/logos/fbneo.svg
%%DATADIR%%/themes/linear-es-de/system/logos/fds.svg
%%DATADIR%%/themes/linear-es-de/system/logos/flash.svg
%%DATADIR%%/themes/linear-es-de/system/logos/fm7.svg
%%DATADIR%%/themes/linear-es-de/system/logos/fmtowns.svg
%%DATADIR%%/themes/linear-es-de/system/logos/fpinball.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gamate.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gameandwatch.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gamecom.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gamegear.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gb.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gba.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gbc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/genesis.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gmaster.svg
%%DATADIR%%/themes/linear-es-de/system/logos/gx4000.svg
%%DATADIR%%/themes/linear-es-de/system/logos/intellivision.svg
%%DATADIR%%/themes/linear-es-de/system/logos/j2me.svg
%%DATADIR%%/themes/linear-es-de/system/logos/kodi.svg
%%DATADIR%%/themes/linear-es-de/system/logos/laserdisc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/lcdgames.svg
%%DATADIR%%/themes/linear-es-de/system/logos/lowresnx.svg
%%DATADIR%%/themes/linear-es-de/system/logos/lutris.svg
%%DATADIR%%/themes/linear-es-de/system/logos/lutro.svg
%%DATADIR%%/themes/linear-es-de/system/logos/macintosh.svg
%%DATADIR%%/themes/linear-es-de/system/logos/mame-advmame.svg
%%DATADIR%%/themes/linear-es-de/system/logos/mame.svg
%%DATADIR%%/themes/linear-es-de/system/logos/mark3.svg
%%DATADIR%%/themes/linear-es-de/system/logos/mastersystem.svg
%%DATADIR%%/themes/linear-es-de/system/logos/megacd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/megacdjp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/megadrive.svg
%%DATADIR%%/themes/linear-es-de/system/logos/megadrivejp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/megaduck.svg
%%DATADIR%%/themes/linear-es-de/system/logos/mess.svg
%%DATADIR%%/themes/linear-es-de/system/logos/model2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/model3.svg
%%DATADIR%%/themes/linear-es-de/system/logos/moonlight.svg
%%DATADIR%%/themes/linear-es-de/system/logos/moto.svg
%%DATADIR%%/themes/linear-es-de/system/logos/msx.svg
%%DATADIR%%/themes/linear-es-de/system/logos/msx1.svg
%%DATADIR%%/themes/linear-es-de/system/logos/msx2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/msxturbor.svg
%%DATADIR%%/themes/linear-es-de/system/logos/mugen.svg
%%DATADIR%%/themes/linear-es-de/system/logos/multivision.svg
%%DATADIR%%/themes/linear-es-de/system/logos/n3ds.svg
%%DATADIR%%/themes/linear-es-de/system/logos/n64.svg
%%DATADIR%%/themes/linear-es-de/system/logos/n64dd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/naomi.svg
%%DATADIR%%/themes/linear-es-de/system/logos/naomi2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/naomigd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/nds.svg
%%DATADIR%%/themes/linear-es-de/system/logos/neogeo.svg
%%DATADIR%%/themes/linear-es-de/system/logos/neogeocd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/neogeocdjp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/nes.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ngage.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ngp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ngpc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/now-playing.svg
%%DATADIR%%/themes/linear-es-de/system/logos/odyssey2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/openbor.svg
%%DATADIR%%/themes/linear-es-de/system/logos/oric.svg
%%DATADIR%%/themes/linear-es-de/system/logos/palm.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pc88.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pc98.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pcarcade.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pcengine.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pcenginecd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pcfx.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pico8.svg
%%DATADIR%%/themes/linear-es-de/system/logos/plus4.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pokemini.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ports.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ps2.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ps3.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ps4.svg
%%DATADIR%%/themes/linear-es-de/system/logos/psp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/psvita.svg
%%DATADIR%%/themes/linear-es-de/system/logos/psx.svg
%%DATADIR%%/themes/linear-es-de/system/logos/pv1000.svg
%%DATADIR%%/themes/linear-es-de/system/logos/quake.svg
%%DATADIR%%/themes/linear-es-de/system/logos/samcoupe.svg
%%DATADIR%%/themes/linear-es-de/system/logos/satellaview.svg
%%DATADIR%%/themes/linear-es-de/system/logos/saturn.svg
%%DATADIR%%/themes/linear-es-de/system/logos/saturnjp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/scummvm.svg
%%DATADIR%%/themes/linear-es-de/system/logos/scv.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sega32x.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sega32xjp.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sega32xna.svg
%%DATADIR%%/themes/linear-es-de/system/logos/segacd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sfc.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sg-1000.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sgb.svg
%%DATADIR%%/themes/linear-es-de/system/logos/snes.svg
%%DATADIR%%/themes/linear-es-de/system/logos/snesna.svg
%%DATADIR%%/themes/linear-es-de/system/logos/solarus.svg
%%DATADIR%%/themes/linear-es-de/system/logos/spectravideo.svg
%%DATADIR%%/themes/linear-es-de/system/logos/steam.svg
%%DATADIR%%/themes/linear-es-de/system/logos/stratagus.svg
%%DATADIR%%/themes/linear-es-de/system/logos/stv.svg
%%DATADIR%%/themes/linear-es-de/system/logos/sufami.svg
%%DATADIR%%/themes/linear-es-de/system/logos/supergrafx.svg
%%DATADIR%%/themes/linear-es-de/system/logos/supervision.svg
%%DATADIR%%/themes/linear-es-de/system/logos/supracan.svg
%%DATADIR%%/themes/linear-es-de/system/logos/switch.svg
%%DATADIR%%/themes/linear-es-de/system/logos/symbian.svg
%%DATADIR%%/themes/linear-es-de/system/logos/tanodragon.svg
%%DATADIR%%/themes/linear-es-de/system/logos/tg-cd.svg
%%DATADIR%%/themes/linear-es-de/system/logos/tg16.svg
%%DATADIR%%/themes/linear-es-de/system/logos/ti99.svg
%%DATADIR%%/themes/linear-es-de/system/logos/tic80.svg
%%DATADIR%%/themes/linear-es-de/system/logos/to8.svg
%%DATADIR%%/themes/linear-es-de/system/logos/tools.svg
%%DATADIR%%/themes/linear-es-de/system/logos/triforce.svg
%%DATADIR%%/themes/linear-es-de/system/logos/trs-80.svg
%%DATADIR%%/themes/linear-es-de/system/logos/type-x.svg
%%DATADIR%%/themes/linear-es-de/system/logos/uzebox.svg
%%DATADIR%%/themes/linear-es-de/system/logos/vectrex.svg
%%DATADIR%%/themes/linear-es-de/system/logos/vic20.svg
%%DATADIR%%/themes/linear-es-de/system/logos/videopac.svg
%%DATADIR%%/themes/linear-es-de/system/logos/vircon32.svg
%%DATADIR%%/themes/linear-es-de/system/logos/virtualboy.svg
%%DATADIR%%/themes/linear-es-de/system/logos/vpinball.svg
%%DATADIR%%/themes/linear-es-de/system/logos/vsmile.svg
%%DATADIR%%/themes/linear-es-de/system/logos/wasm4.svg
%%DATADIR%%/themes/linear-es-de/system/logos/wii.svg
%%DATADIR%%/themes/linear-es-de/system/logos/wiiu.svg
%%DATADIR%%/themes/linear-es-de/system/logos/windows.svg
%%DATADIR%%/themes/linear-es-de/system/logos/windows3x.svg
%%DATADIR%%/themes/linear-es-de/system/logos/windows9x.svg
%%DATADIR%%/themes/linear-es-de/system/logos/wonderswan.svg
%%DATADIR%%/themes/linear-es-de/system/logos/wonderswancolor.svg
%%DATADIR%%/themes/linear-es-de/system/logos/x1.svg
%%DATADIR%%/themes/linear-es-de/system/logos/x68000.svg
%%DATADIR%%/themes/linear-es-de/system/logos/xbox.svg
%%DATADIR%%/themes/linear-es-de/system/logos/xbox360.svg
%%DATADIR%%/themes/linear-es-de/system/logos/xboxone.svg
%%DATADIR%%/themes/linear-es-de/system/logos/zmachine.svg
%%DATADIR%%/themes/linear-es-de/system/logos/zx81.svg
%%DATADIR%%/themes/linear-es-de/system/logos/zxnext.svg
%%DATADIR%%/themes/linear-es-de/system/logos/zxspectrum.svg
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/3do.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/_default.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/adam.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ags.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/amiga.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/amiga1200.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/amiga600.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/amigacd32.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/amstradcpc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/android.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/androidapps.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/androidgames.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/apple2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/apple2gs.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/arcade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/arcadia.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/archimedes.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/arduboy.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/astrocade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atari2600.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atari5200.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atari7800.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atari800.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atarijaguar.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atarijaguarcd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atarilynx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atarist.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atarixe.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/atomiswave.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/auto-allgames.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/auto-favorites.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/auto-lastplayed.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/bbcmicro.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/c64.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/cdimono1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/cdtv.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/chailove.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/channelf.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/coco.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/colecovision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/consolearcade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/cps.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/cps1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/cps2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/cps3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/crvision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/custom-collections.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/daphne.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/desktop.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/doom.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/dos.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/dragon32.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/dreamcast.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/easyrpg.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/electron.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/emulators.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/epic.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/famicom.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/fba.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/fbneo.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/fds.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/flash.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/fm7.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/fmtowns.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/fpinball.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gamate.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gameandwatch.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gamecom.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gamegear.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gb.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gba.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gbc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/genesis.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gmaster.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/gx4000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/intellivision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/j2me.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/kodi.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/laserdisc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/lcdgames.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/lowresnx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/lutris.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/lutro.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/macintosh.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/mame-advmame.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/mame.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/mark3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/mastersystem.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/megacd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/megacdjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/megadrive.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/megadrivejp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/megaduck.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/mess.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/model2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/model3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/moto.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/msx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/msx1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/msx2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/msxturbor.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/mugen.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/multivision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/n3ds.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/n64.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/n64dd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/naomi.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/naomi2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/naomigd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/nds.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/neogeo.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/neogeocd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/neogeocdjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/nes.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ngage.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ngp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ngpc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/odyssey2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/openbor.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/oric.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/palm.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pc88.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pc98.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pcarcade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pcengine.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pcenginecd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pcfx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pico8.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/playdate.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/plus4.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pokemini.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ports.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ps2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ps3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ps4.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/psp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/psvita.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/psx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/pv1000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/quake.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/samcoupe.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/satellaview.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/saturn.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/saturnjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/scummvm.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/scv.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sega32x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sega32xjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sega32xna.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/segacd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sfc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sg-1000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sgb.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/snes.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/snesna.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/solarus.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/spectravideo.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/steam.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/stv.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/sufami.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/supergrafx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/supervision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/supracan.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/switch.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/symbian.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/tanodragon.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/tg-cd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/tg16.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/ti99.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/tic80.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/to8.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/triforce.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/trs-80.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/type-x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/uzebox.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/vectrex.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/vic20.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/videopac.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/vircon32.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/virtualboy.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/vpinball.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/vsmile.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/wasm4.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/wii.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/wiiu.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/windows.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/windows3x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/windows9x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/wonderswan.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/wonderswancolor.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/x1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/x68000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/xbox.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/xbox360.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/xboxone.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/zmachine.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/zx81.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/zxnext.xml
%%DATADIR%%/themes/linear-es-de/system/metadata-custom/zxspectrum.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/3do.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/README.md
%%DATADIR%%/themes/linear-es-de/system/metadata/_default.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/adam.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ags.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/amiga.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/amiga1200.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/amiga600.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/amigacd32.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/amstradcpc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/android.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/androidapps.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/androidgames.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/apple2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/apple2gs.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/arcade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/arcadia.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/archimedes.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/arduboy.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/astrocade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atari2600.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atari5200.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atari7800.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atari800.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atarijaguar.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atarijaguarcd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atarilynx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atarist.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atarixe.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/atomiswave.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/auto-allgames.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/auto-favorites.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/auto-lastplayed.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/bbcmicro.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/c64.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cavestory.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cdimono1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cdtv.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/chailove.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/channelf.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/coco.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/colecovision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/completed.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/consolearcade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cps.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cps1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cps2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/cps3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/crvision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/custom-collections.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/daphne.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/desktop.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/doom.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/dos.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/dragon32.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/dreamcast.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/easyrpg.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/electron.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/emulators.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/epic.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/famicom.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/fba.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/fbneo.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/fds.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/flash.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/fm7.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/fmtowns.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/fpinball.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gamate.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gameandwatch.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gamecom.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gamegear.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gb.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gba.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gbah.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gbc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gbch.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gbh.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/genesis.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/genh.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gmaster.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/gx4000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/intellivision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/j2me.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/kodi.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/laserdisc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/lcdgames.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/lowresnx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/lutris.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/lutro.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/macintosh.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/mame-advmame.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/mame.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/mark3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/mastersystem.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/megacd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/megacdjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/megadrive.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/megadrivejp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/megaduck.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/mess.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/model2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/model3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/moonlight.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/moto.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/msx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/msx1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/msx2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/msxturbor.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/mugen.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/multivision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/n3ds.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/n64.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/n64dd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/naomi.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/naomi2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/naomigd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/nds.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/neogeo.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/neogeocd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/neogeocdjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/nes.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/nesh.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ngage.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ngp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ngpc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/now-playing.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/odyssey2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/openbor.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/oric.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/palm.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pc88.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pc98.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pcarcade.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pcengine.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pcenginecd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pcfx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pico8.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/playdate.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/plus4.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pokemini.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ports.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ps2.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ps3.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ps4.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/psp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/psvita.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/psx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/pv1000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/quake.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/samcoupe.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/satellaview.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/saturn.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/saturnjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/scummvm.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/scv.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sega32x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sega32xjp.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sega32xna.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/segacd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sfc.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sg-1000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sgb.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/snes.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/snesh.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/snesna.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/snesnah.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/solarus.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/spectravideo.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/steam.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/stratagus.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/stv.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/sufami.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/supergrafx.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/supervision.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/supracan.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/switch.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/symbian.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/tanodragon.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/tg-cd.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/tg16.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/ti99.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/tic80.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/to8.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/tools.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/triforce.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/trs-80.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/type-x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/uzebox.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/vectrex.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/vic20.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/videopac.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/vircon32.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/virtualboy.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/vpinball.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/vsmile.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/wasm4.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/wii.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/wiiu.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/windows.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/windows3x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/windows9x.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/wonderswan.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/wonderswancolor.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/x1.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/x68000.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/xbox.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/xbox360.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/xboxone.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/zmachine.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/zx81.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/zxnext.xml
%%DATADIR%%/themes/linear-es-de/system/metadata/zxspectrum.xml
%%DATADIR%%/themes/linear-es-de/system/systemart/3do.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/adam.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ags.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/amiga.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/amiga1200.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/amiga600.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/amigacd32.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/amstradcpc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/android.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/androidapps.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/androidgames.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/apple2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/apple2gs.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/arcade.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/arcadia.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/archimedes.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/arduboy.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/astrocade.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atari2600.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atari5200.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atari7800.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atari800.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atarijaguar.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atarijaguarcd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atarilynx.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atarist.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atarixe.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/atomiswave.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/auto-allgames.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/auto-favorites.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/auto-lastplayed.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/bbcmicro.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/c64.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cavestory.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cdimono1.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cdtv.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/chailove.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/channelf.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/coco.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/colecovision.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/consolearcade.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cps.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cps1.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cps2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/cps3.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/crvision.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/custom-collections.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/daphne.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/desktop.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/doom.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/dos.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/dragon32.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/dreamcast.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/easyrpg.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/electron.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/emulators.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/epic.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/famicom.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/fba.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/fbneo.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/fds.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/flash.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/fm7.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/fmtowns.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/fpinball.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gamate.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gameandwatch.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gamecom.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gamegear.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gb.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gba.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gbc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/genesis.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gmaster.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/gx4000.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/intellivision.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/j2me.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/kodi.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/laserdisc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/lcdgames.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/lowresnx.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/lutris.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/lutro.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/macintosh.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mame-advmame.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mame.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mario.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mark3.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mastersystem.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/megacd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/megacdjp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/megadrive.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/megadrivejp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/megaduck.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mess.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/model2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/model3.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/moto.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/msx.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/msx1.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/msx2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/msxturbor.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/mugen.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/multivision.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/n3ds.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/n64.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/n64dd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/naomi.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/naomi2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/naomigd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/nds.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/neogeo.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/neogeocd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/neogeocdjp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/nes.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ngage.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ngp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ngpc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/odyssey2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/openbor.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/oric.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/palm.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pc88.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pc98.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pcarcade.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pcengine.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pcenginecd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pcfx.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pico8.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/plus4.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pokemini.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ports.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ps2.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ps3.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ps4.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/psp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/psvita.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/psx.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/pv1000.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/quake.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/samcoupe.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/satellaview.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/saturn.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/saturnjp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/scummvm.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/scv.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sega32x.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sega32xjp.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sega32xna.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/segacd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sfc.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sg-1000.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sgb.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/snes.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/snesna.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/solarus.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/spectravideo.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/steam.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/stv.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/sufami.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/supergrafx.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/supervision.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/supracan.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/switch.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/symbian.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/tanodragon.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/tg-cd.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/tg16.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/ti99.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/tic80.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/to8.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/tools.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/triforce.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/trs-80.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/type-x.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/uzebox.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/vectrex.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/vic20.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/videopac.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/vircon32.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/virtualboy.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/vpinball.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/vsmile.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/wasm4.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/wii.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/wiiu.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/windows.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/windows3x.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/windows9x.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/wonderswan.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/wonderswancolor.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/x1.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/x68000.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/xbox.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/xbox360.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/xboxone.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/zelda.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/zmachine.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/zx81.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/zxnext.webp
%%DATADIR%%/themes/linear-es-de/system/systemart/zxspectrum.webp
%%DATADIR%%/themes/linear-es-de/theme.xml
%%DATADIR%%/themes/modern-es-de/CREDITS.md
%%DATADIR%%/themes/modern-es-de/LICENSE
%%DATADIR%%/themes/modern-es-de/README.md
%%DATADIR%%/themes/modern-es-de/art/3do.webp
%%DATADIR%%/themes/modern-es-de/art/adam.webp
%%DATADIR%%/themes/modern-es-de/art/ags.webp
%%DATADIR%%/themes/modern-es-de/art/amiga.webp
%%DATADIR%%/themes/modern-es-de/art/amiga1200.webp
%%DATADIR%%/themes/modern-es-de/art/amiga600.webp
%%DATADIR%%/themes/modern-es-de/art/amigacd32.webp
%%DATADIR%%/themes/modern-es-de/art/amstradcpc.webp
%%DATADIR%%/themes/modern-es-de/art/android.webp
%%DATADIR%%/themes/modern-es-de/art/androidapps.webp
%%DATADIR%%/themes/modern-es-de/art/androidgames.webp
%%DATADIR%%/themes/modern-es-de/art/apple2.webp
%%DATADIR%%/themes/modern-es-de/art/apple2gs.webp
%%DATADIR%%/themes/modern-es-de/art/arcade.webp
%%DATADIR%%/themes/modern-es-de/art/arcadia.webp
%%DATADIR%%/themes/modern-es-de/art/archimedes.webp
%%DATADIR%%/themes/modern-es-de/art/arduboy.webp
%%DATADIR%%/themes/modern-es-de/art/astrocade.webp
%%DATADIR%%/themes/modern-es-de/art/atari2600.webp
%%DATADIR%%/themes/modern-es-de/art/atari5200.webp
%%DATADIR%%/themes/modern-es-de/art/atari7800.webp
%%DATADIR%%/themes/modern-es-de/art/atari800.webp
%%DATADIR%%/themes/modern-es-de/art/atarijaguar.webp
%%DATADIR%%/themes/modern-es-de/art/atarijaguarcd.webp
%%DATADIR%%/themes/modern-es-de/art/atarilynx.webp
%%DATADIR%%/themes/modern-es-de/art/atarist.webp
%%DATADIR%%/themes/modern-es-de/art/atarixe.webp
%%DATADIR%%/themes/modern-es-de/art/atomiswave.webp
%%DATADIR%%/themes/modern-es-de/art/auto-allgames.webp
%%DATADIR%%/themes/modern-es-de/art/auto-favorites.webp
%%DATADIR%%/themes/modern-es-de/art/auto-lastplayed.webp
%%DATADIR%%/themes/modern-es-de/art/bbcmicro.webp
%%DATADIR%%/themes/modern-es-de/art/c64.webp
%%DATADIR%%/themes/modern-es-de/art/cavestory.webp
%%DATADIR%%/themes/modern-es-de/art/cdimono1.webp
%%DATADIR%%/themes/modern-es-de/art/cdtv.webp
%%DATADIR%%/themes/modern-es-de/art/chailove.webp
%%DATADIR%%/themes/modern-es-de/art/channelf.webp
%%DATADIR%%/themes/modern-es-de/art/coco.webp
%%DATADIR%%/themes/modern-es-de/art/colecovision.webp
%%DATADIR%%/themes/modern-es-de/art/consolearcade.webp
%%DATADIR%%/themes/modern-es-de/art/cps.webp
%%DATADIR%%/themes/modern-es-de/art/cps1.webp
%%DATADIR%%/themes/modern-es-de/art/cps2.webp
%%DATADIR%%/themes/modern-es-de/art/cps3.webp
%%DATADIR%%/themes/modern-es-de/art/crvision.webp
%%DATADIR%%/themes/modern-es-de/art/custom-collections.webp
%%DATADIR%%/themes/modern-es-de/art/daphne.webp
%%DATADIR%%/themes/modern-es-de/art/desktop.webp
%%DATADIR%%/themes/modern-es-de/art/doom.webp
%%DATADIR%%/themes/modern-es-de/art/dos.webp
%%DATADIR%%/themes/modern-es-de/art/dragon32.webp
%%DATADIR%%/themes/modern-es-de/art/dreamcast.webp
%%DATADIR%%/themes/modern-es-de/art/easyrpg.webp
%%DATADIR%%/themes/modern-es-de/art/electron.webp
%%DATADIR%%/themes/modern-es-de/art/emulators.webp
%%DATADIR%%/themes/modern-es-de/art/epic.webp
%%DATADIR%%/themes/modern-es-de/art/famicom.webp
%%DATADIR%%/themes/modern-es-de/art/fba.webp
%%DATADIR%%/themes/modern-es-de/art/fbneo.webp
%%DATADIR%%/themes/modern-es-de/art/fds.webp
%%DATADIR%%/themes/modern-es-de/art/flash.webp
%%DATADIR%%/themes/modern-es-de/art/fm7.webp
%%DATADIR%%/themes/modern-es-de/art/fmtowns.webp
%%DATADIR%%/themes/modern-es-de/art/fpinball.webp
%%DATADIR%%/themes/modern-es-de/art/gamate.webp
%%DATADIR%%/themes/modern-es-de/art/gameandwatch.webp
%%DATADIR%%/themes/modern-es-de/art/gamecom.webp
%%DATADIR%%/themes/modern-es-de/art/gamegear.webp
%%DATADIR%%/themes/modern-es-de/art/gb.webp
%%DATADIR%%/themes/modern-es-de/art/gba.webp
%%DATADIR%%/themes/modern-es-de/art/gbc.webp
%%DATADIR%%/themes/modern-es-de/art/gc.webp
%%DATADIR%%/themes/modern-es-de/art/genesis.webp
%%DATADIR%%/themes/modern-es-de/art/gmaster.webp
%%DATADIR%%/themes/modern-es-de/art/gx4000.webp
%%DATADIR%%/themes/modern-es-de/art/intellivision.webp
%%DATADIR%%/themes/modern-es-de/art/j2me.webp
%%DATADIR%%/themes/modern-es-de/art/kodi.webp
%%DATADIR%%/themes/modern-es-de/art/laserdisc.webp
%%DATADIR%%/themes/modern-es-de/art/lcdgames.webp
%%DATADIR%%/themes/modern-es-de/art/lowresnx.webp
%%DATADIR%%/themes/modern-es-de/art/lutris.webp
%%DATADIR%%/themes/modern-es-de/art/lutro.webp
%%DATADIR%%/themes/modern-es-de/art/macintosh.webp
%%DATADIR%%/themes/modern-es-de/art/mame-advmame.webp
%%DATADIR%%/themes/modern-es-de/art/mame.webp
%%DATADIR%%/themes/modern-es-de/art/mark3.webp
%%DATADIR%%/themes/modern-es-de/art/mastersystem.webp
%%DATADIR%%/themes/modern-es-de/art/megacd.webp
%%DATADIR%%/themes/modern-es-de/art/megacdjp.webp
%%DATADIR%%/themes/modern-es-de/art/megadrive.webp
%%DATADIR%%/themes/modern-es-de/art/megadrivejp.webp
%%DATADIR%%/themes/modern-es-de/art/megaduck.webp
%%DATADIR%%/themes/modern-es-de/art/mess.webp
%%DATADIR%%/themes/modern-es-de/art/model2.webp
%%DATADIR%%/themes/modern-es-de/art/model3.webp
%%DATADIR%%/themes/modern-es-de/art/moto.webp
%%DATADIR%%/themes/modern-es-de/art/msx.webp
%%DATADIR%%/themes/modern-es-de/art/msx1.webp
%%DATADIR%%/themes/modern-es-de/art/msx2.webp
%%DATADIR%%/themes/modern-es-de/art/msxturbor.webp
%%DATADIR%%/themes/modern-es-de/art/mugen.webp
%%DATADIR%%/themes/modern-es-de/art/multivision.webp
%%DATADIR%%/themes/modern-es-de/art/n3ds.webp
%%DATADIR%%/themes/modern-es-de/art/n64.webp
%%DATADIR%%/themes/modern-es-de/art/n64dd.webp
%%DATADIR%%/themes/modern-es-de/art/naomi.webp
%%DATADIR%%/themes/modern-es-de/art/naomi2.webp
%%DATADIR%%/themes/modern-es-de/art/naomigd.webp
%%DATADIR%%/themes/modern-es-de/art/nds.webp
%%DATADIR%%/themes/modern-es-de/art/neogeo.webp
%%DATADIR%%/themes/modern-es-de/art/neogeocd.webp
%%DATADIR%%/themes/modern-es-de/art/neogeocdjp.webp
%%DATADIR%%/themes/modern-es-de/art/nes.webp
%%DATADIR%%/themes/modern-es-de/art/ngage.webp
%%DATADIR%%/themes/modern-es-de/art/ngp.webp
%%DATADIR%%/themes/modern-es-de/art/ngpc.webp
%%DATADIR%%/themes/modern-es-de/art/odyssey2.webp
%%DATADIR%%/themes/modern-es-de/art/openbor.webp
%%DATADIR%%/themes/modern-es-de/art/oric.webp
%%DATADIR%%/themes/modern-es-de/art/palm.webp
%%DATADIR%%/themes/modern-es-de/art/pc.webp
%%DATADIR%%/themes/modern-es-de/art/pc88.webp
%%DATADIR%%/themes/modern-es-de/art/pc98.webp
%%DATADIR%%/themes/modern-es-de/art/pcarcade.webp
%%DATADIR%%/themes/modern-es-de/art/pcengine.webp
%%DATADIR%%/themes/modern-es-de/art/pcenginecd.webp
%%DATADIR%%/themes/modern-es-de/art/pcfx.webp
%%DATADIR%%/themes/modern-es-de/art/pico8.webp
%%DATADIR%%/themes/modern-es-de/art/plus4.webp
%%DATADIR%%/themes/modern-es-de/art/pokemini.webp
%%DATADIR%%/themes/modern-es-de/art/ports.webp
%%DATADIR%%/themes/modern-es-de/art/ps2.webp
%%DATADIR%%/themes/modern-es-de/art/ps3.webp
%%DATADIR%%/themes/modern-es-de/art/ps4.webp
%%DATADIR%%/themes/modern-es-de/art/psp.webp
%%DATADIR%%/themes/modern-es-de/art/psvita.webp
%%DATADIR%%/themes/modern-es-de/art/psx.webp
%%DATADIR%%/themes/modern-es-de/art/pv1000.webp
%%DATADIR%%/themes/modern-es-de/art/quake.webp
%%DATADIR%%/themes/modern-es-de/art/samcoupe.webp
%%DATADIR%%/themes/modern-es-de/art/satellaview.webp
%%DATADIR%%/themes/modern-es-de/art/saturn.webp
%%DATADIR%%/themes/modern-es-de/art/saturnjp.webp
%%DATADIR%%/themes/modern-es-de/art/scummvm.webp
%%DATADIR%%/themes/modern-es-de/art/scv.webp
%%DATADIR%%/themes/modern-es-de/art/sega32x.webp
%%DATADIR%%/themes/modern-es-de/art/sega32xjp.webp
%%DATADIR%%/themes/modern-es-de/art/sega32xna.webp
%%DATADIR%%/themes/modern-es-de/art/segacd.webp
%%DATADIR%%/themes/modern-es-de/art/sfc.webp
%%DATADIR%%/themes/modern-es-de/art/sg-1000.webp
%%DATADIR%%/themes/modern-es-de/art/sgb.webp
%%DATADIR%%/themes/modern-es-de/art/snes.webp
%%DATADIR%%/themes/modern-es-de/art/snesna.webp
%%DATADIR%%/themes/modern-es-de/art/solarus.webp
%%DATADIR%%/themes/modern-es-de/art/spectravideo.webp
%%DATADIR%%/themes/modern-es-de/art/steam.webp
%%DATADIR%%/themes/modern-es-de/art/stv.webp
%%DATADIR%%/themes/modern-es-de/art/sufami.webp
%%DATADIR%%/themes/modern-es-de/art/supergrafx.webp
%%DATADIR%%/themes/modern-es-de/art/supervision.webp
%%DATADIR%%/themes/modern-es-de/art/supracan.webp
%%DATADIR%%/themes/modern-es-de/art/switch.webp
%%DATADIR%%/themes/modern-es-de/art/symbian.webp
%%DATADIR%%/themes/modern-es-de/art/tanodragon.webp
%%DATADIR%%/themes/modern-es-de/art/tg-cd.webp
%%DATADIR%%/themes/modern-es-de/art/tg16.webp
%%DATADIR%%/themes/modern-es-de/art/ti99.webp
%%DATADIR%%/themes/modern-es-de/art/tic80.webp
%%DATADIR%%/themes/modern-es-de/art/to8.webp
%%DATADIR%%/themes/modern-es-de/art/tools.webp
%%DATADIR%%/themes/modern-es-de/art/triforce.webp
%%DATADIR%%/themes/modern-es-de/art/trs-80.webp
%%DATADIR%%/themes/modern-es-de/art/type-x.webp
%%DATADIR%%/themes/modern-es-de/art/uzebox.webp
%%DATADIR%%/themes/modern-es-de/art/vectrex.webp
%%DATADIR%%/themes/modern-es-de/art/vic20.webp
%%DATADIR%%/themes/modern-es-de/art/videopac.webp
%%DATADIR%%/themes/modern-es-de/art/vircon32.webp
%%DATADIR%%/themes/modern-es-de/art/virtualboy.webp
%%DATADIR%%/themes/modern-es-de/art/vpinball.webp
%%DATADIR%%/themes/modern-es-de/art/vsmile.webp
%%DATADIR%%/themes/modern-es-de/art/wasm4.webp
%%DATADIR%%/themes/modern-es-de/art/wii.webp
%%DATADIR%%/themes/modern-es-de/art/wiiu.webp
%%DATADIR%%/themes/modern-es-de/art/windows.webp
%%DATADIR%%/themes/modern-es-de/art/windows3x.webp
%%DATADIR%%/themes/modern-es-de/art/windows9x.webp
%%DATADIR%%/themes/modern-es-de/art/wonderswan.webp
%%DATADIR%%/themes/modern-es-de/art/wonderswancolor.webp
%%DATADIR%%/themes/modern-es-de/art/x1.webp
%%DATADIR%%/themes/modern-es-de/art/x68000.webp
%%DATADIR%%/themes/modern-es-de/art/xbox.webp
%%DATADIR%%/themes/modern-es-de/art/xbox360.webp
%%DATADIR%%/themes/modern-es-de/art/xboxone.webp
%%DATADIR%%/themes/modern-es-de/art/zmachine.webp
%%DATADIR%%/themes/modern-es-de/art/zx81.webp
%%DATADIR%%/themes/modern-es-de/art/zxnext.webp
%%DATADIR%%/themes/modern-es-de/art/zxspectrum.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/3do.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/adam.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ags.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/amiga.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/amiga1200.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/amiga600.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/amigacd32.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/amstradcpc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/android.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/androidapps.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/androidgames.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/apple2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/apple2gs.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/arcade.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/arcadia.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/archimedes.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/arduboy.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/astrocade.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atari2600.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atari5200.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atari7800.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atari800.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atarijaguar.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atarijaguarcd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atarilynx.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atarist.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atarixe.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/atomiswave.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/auto-allgames.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/auto-favorites.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/auto-lastplayed.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/bbcmicro.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/c64.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/cdimono1.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/cdtv.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/chailove.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/channelf.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/coco.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/colecovision.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/consolearcade.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/cps.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/cps1.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/cps2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/cps3.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/crvision.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/custom-collections.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/daphne.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/desktop.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/doom.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/dos.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/dragon32.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/dreamcast.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/easyrpg.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/electron.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/emulators.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/epic.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/famicom.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/fba.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/fbneo.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/fds.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/flash.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/fm7.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/fmtowns.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/fpinball.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gamate.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gameandwatch.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gamecom.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gamegear.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gb.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gba.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gbc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/genesis.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gmaster.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gog.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/gx4000.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ibm.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/intellivision.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/j2me.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/kodi.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/laserdisc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/lcdgames.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/love.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/lowresnx.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/lutris.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/lutro.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/macintosh.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mame-advmame.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mame-libretro.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mame.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mark3.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mastersystem.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/megacd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/megacdjp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/megadrive.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/megadrivejp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/megaduck.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mess.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/model2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/model3.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/moto.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/msx.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/msx1.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/msx2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/msxturbor.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/mugen.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/multivision.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/n3ds.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/n64.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/n64dd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/naomi.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/naomi2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/naomigd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/nds.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/neogeo.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/neogeocd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/neogeocdjp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/nes.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ngage.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ngp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ngpc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/odyssey2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/openbor.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/oric.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/palm.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pc-cd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pc88.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pc98.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pcarcade.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pcengine.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pcenginecd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pcfx.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pico8.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/plus4.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pokemini.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ports.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ps2.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ps3.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ps4.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/psp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/psvita.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/psx.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/pv1000.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/quake.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/reflexive.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/samcoupe.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/satellaview.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/saturn.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/saturnjp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/scummvm.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/scv.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sega32x.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sega32xjp.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sega32xna.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/segacd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/settings.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sfc.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sg-1000.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sgb.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/snes.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/snesna.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/solarus.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/spectravideo.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/steam.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/stv.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/sufami.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/supergrafx.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/supervision.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/supracan.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/switch.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/symbian.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/tanodragon.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/tg-cd.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/tg16.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/ti99.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/tic80.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/to8.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/triforce.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/trs-80.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/type-x.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/uzebox.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/vectrex.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/vic20.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/videopac.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/vircon32.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/virtualboy.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/vpinball.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/vsmile.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/wasm4.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/web.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/wii.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/wiiu.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/windows.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/windows3x.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/windows9x.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/wonderswan.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/wonderswancolor.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/x1.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/x68000.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/xbox.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/xbox360.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/xboxone.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/zmachine.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/zx81.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/zxnext.webp
%%DATADIR%%/themes/modern-es-de/art_legacy/zxspectrum.webp
%%DATADIR%%/themes/modern-es-de/aspect-ratio-16-10.xml
%%DATADIR%%/themes/modern-es-de/aspect-ratio-16-9.xml
%%DATADIR%%/themes/modern-es-de/aspect-ratio-21-9.xml
%%DATADIR%%/themes/modern-es-de/aspect-ratio-4-3.xml
%%DATADIR%%/themes/modern-es-de/assets/arrow_block.svg
%%DATADIR%%/themes/modern-es-de/assets/box.png
%%DATADIR%%/themes/modern-es-de/assets/controllers/classic.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/dualshock4.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/generic.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/gun.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/joycon-left.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/joycon-pair.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/joystick.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/keyboard-mouse.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/keyboard.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/mouse.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/n64.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/trackball.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/wheel.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/wiimote-nunchuck.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/wiimote.svg
%%DATADIR%%/themes/modern-es-de/assets/controllers/xbox.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/altemulator.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/broken.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/collection.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/completed.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/controller.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/favorite.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/folder.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/kidgame.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/badges/manual.svg
%%DATADIR%%/themes/modern-es-de/assets/dark/gradient.png
%%DATADIR%%/themes/modern-es-de/assets/dark/star-unfilled.svg
%%DATADIR%%/themes/modern-es-de/assets/fonts/nswitchui.ttf
%%DATADIR%%/themes/modern-es-de/assets/frame.png
%%DATADIR%%/themes/modern-es-de/assets/light/badges/altemulator.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/broken.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/collection.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/completed.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/controller.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/favorite.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/folder.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/kidgame.svg
%%DATADIR%%/themes/modern-es-de/assets/light/badges/manual.svg
%%DATADIR%%/themes/modern-es-de/assets/light/gradient.png
%%DATADIR%%/themes/modern-es-de/assets/light/star-unfilled.svg
%%DATADIR%%/themes/modern-es-de/assets/selection_box.png
%%DATADIR%%/themes/modern-es-de/assets/selection_box.svg
%%DATADIR%%/themes/modern-es-de/assets/sounds/back.wav
%%DATADIR%%/themes/modern-es-de/assets/sounds/favorite.wav
%%DATADIR%%/themes/modern-es-de/assets/sounds/launch.wav
%%DATADIR%%/themes/modern-es-de/assets/sounds/quicksysselect.wav
%%DATADIR%%/themes/modern-es-de/assets/sounds/scroll.wav
%%DATADIR%%/themes/modern-es-de/assets/sounds/select.wav
%%DATADIR%%/themes/modern-es-de/assets/sounds/systembrowse.wav
%%DATADIR%%/themes/modern-es-de/assets/star-filled.svg
%%DATADIR%%/themes/modern-es-de/capabilities.xml
%%DATADIR%%/themes/modern-es-de/colors.xml
%%DATADIR%%/themes/modern-es-de/custom-collections/theme.xml
%%DATADIR%%/themes/modern-es-de/languages.xml
%%DATADIR%%/themes/modern-es-de/navigationsounds.xml
%%DATADIR%%/themes/modern-es-de/theme.xml
%%DATADIR%%/themes/slate-es-de/3do/colors.xml
%%DATADIR%%/themes/slate-es-de/3do/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/3do/images/controller.svg
%%DATADIR%%/themes/slate-es-de/3do/images/logo.svg
%%DATADIR%%/themes/slate-es-de/3do/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/CREDITS.md
%%DATADIR%%/themes/slate-es-de/LICENSE
%%DATADIR%%/themes/slate-es-de/MISSING.md
%%DATADIR%%/themes/slate-es-de/README.md
%%DATADIR%%/themes/slate-es-de/adam/colors.xml
%%DATADIR%%/themes/slate-es-de/adam/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/adam/images/controller.svg
%%DATADIR%%/themes/slate-es-de/adam/images/logo.svg
%%DATADIR%%/themes/slate-es-de/adam/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ags/colors.xml
%%DATADIR%%/themes/slate-es-de/ags/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ags/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/amiga/colors.xml
%%DATADIR%%/themes/slate-es-de/amiga/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/amiga/images/controller.svg
%%DATADIR%%/themes/slate-es-de/amiga/images/logo.svg
%%DATADIR%%/themes/slate-es-de/amiga/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/amiga1200/colors.xml
%%DATADIR%%/themes/slate-es-de/amiga1200/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/amiga1200/images/controller.svg
%%DATADIR%%/themes/slate-es-de/amiga1200/images/logo.svg
%%DATADIR%%/themes/slate-es-de/amiga1200/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/amiga600/colors.xml
%%DATADIR%%/themes/slate-es-de/amiga600/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/amiga600/images/controller.svg
%%DATADIR%%/themes/slate-es-de/amiga600/images/logo.svg
%%DATADIR%%/themes/slate-es-de/amiga600/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/amigacd32/colors.xml
%%DATADIR%%/themes/slate-es-de/amigacd32/images/logo.svg
%%DATADIR%%/themes/slate-es-de/amigacd32/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/amstradcpc/colors.xml
%%DATADIR%%/themes/slate-es-de/amstradcpc/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/amstradcpc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/amstradcpc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/android/colors.xml
%%DATADIR%%/themes/slate-es-de/android/images/logo.svg
%%DATADIR%%/themes/slate-es-de/android/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/androidapps/colors.xml
%%DATADIR%%/themes/slate-es-de/androidapps/images/logo.svg
%%DATADIR%%/themes/slate-es-de/androidapps/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/androidgames/colors.xml
%%DATADIR%%/themes/slate-es-de/androidgames/images/logo.svg
%%DATADIR%%/themes/slate-es-de/androidgames/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/apple2/colors.xml
%%DATADIR%%/themes/slate-es-de/apple2/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/apple2/images/controller.svg
%%DATADIR%%/themes/slate-es-de/apple2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/apple2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/apple2gs/colors.xml
%%DATADIR%%/themes/slate-es-de/apple2gs/images/logo.svg
%%DATADIR%%/themes/slate-es-de/apple2gs/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/arcade/colors.xml
%%DATADIR%%/themes/slate-es-de/arcade/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/arcade/images/controller.svg
%%DATADIR%%/themes/slate-es-de/arcade/images/logo.svg
%%DATADIR%%/themes/slate-es-de/arcade/images/logo2.svg
%%DATADIR%%/themes/slate-es-de/arcade/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/arcadia/colors.xml
%%DATADIR%%/themes/slate-es-de/arcadia/images/logo.svg
%%DATADIR%%/themes/slate-es-de/arcadia/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/archimedes/colors.xml
%%DATADIR%%/themes/slate-es-de/archimedes/images/logo.svg
%%DATADIR%%/themes/slate-es-de/archimedes/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/arduboy/colors.xml
%%DATADIR%%/themes/slate-es-de/arduboy/images/logo.svg
%%DATADIR%%/themes/slate-es-de/arduboy/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/aspect-ratio-16-9-vertical.xml
%%DATADIR%%/themes/slate-es-de/aspect-ratio-16-9.xml
%%DATADIR%%/themes/slate-es-de/aspect-ratio-4-3-vertical.xml
%%DATADIR%%/themes/slate-es-de/aspect-ratio-4-3.xml
%%DATADIR%%/themes/slate-es-de/astrocade/colors.xml
%%DATADIR%%/themes/slate-es-de/astrocade/images/logo.svg
%%DATADIR%%/themes/slate-es-de/astrocade/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atari2600/colors.xml
%%DATADIR%%/themes/slate-es-de/atari2600/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/atari2600/images/controller.svg
%%DATADIR%%/themes/slate-es-de/atari2600/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atari2600/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atari5200/colors.xml
%%DATADIR%%/themes/slate-es-de/atari5200/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atari5200/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atari7800/colors.xml
%%DATADIR%%/themes/slate-es-de/atari7800/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/atari7800/images/controller.svg
%%DATADIR%%/themes/slate-es-de/atari7800/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atari7800/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atari800/colors.xml
%%DATADIR%%/themes/slate-es-de/atari800/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atari800/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atarijaguar/colors.xml
%%DATADIR%%/themes/slate-es-de/atarijaguar/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atarijaguar/images/logo2.svg
%%DATADIR%%/themes/slate-es-de/atarijaguar/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atarijaguarcd/colors.xml
%%DATADIR%%/themes/slate-es-de/atarijaguarcd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atarijaguarcd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atarilynx/colors.xml
%%DATADIR%%/themes/slate-es-de/atarilynx/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/atarilynx/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atarilynx/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atarist/colors.xml
%%DATADIR%%/themes/slate-es-de/atarist/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/atarist/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atarist/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atarixe/colors.xml
%%DATADIR%%/themes/slate-es-de/atarixe/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atarixe/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/atomiswave/colors.xml
%%DATADIR%%/themes/slate-es-de/atomiswave/images/logo.svg
%%DATADIR%%/themes/slate-es-de/atomiswave/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/auto-allgames/colors.xml
%%DATADIR%%/themes/slate-es-de/auto-allgames/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/auto-allgames/images/logo.svg
%%DATADIR%%/themes/slate-es-de/auto-allgames/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/auto-allgames/theme.xml
%%DATADIR%%/themes/slate-es-de/auto-favorites/colors.xml
%%DATADIR%%/themes/slate-es-de/auto-favorites/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/auto-favorites/images/logo.svg
%%DATADIR%%/themes/slate-es-de/auto-favorites/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/auto-favorites/theme.xml
%%DATADIR%%/themes/slate-es-de/auto-lastplayed/colors.xml
%%DATADIR%%/themes/slate-es-de/auto-lastplayed/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/auto-lastplayed/images/logo.svg
%%DATADIR%%/themes/slate-es-de/auto-lastplayed/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/auto-lastplayed/theme.xml
%%DATADIR%%/themes/slate-es-de/bbcmicro/colors.xml
%%DATADIR%%/themes/slate-es-de/bbcmicro/images/logo.svg
%%DATADIR%%/themes/slate-es-de/bbcmicro/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/c64/colors.xml
%%DATADIR%%/themes/slate-es-de/c64/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/c64/images/controller.svg
%%DATADIR%%/themes/slate-es-de/c64/images/logo.svg
%%DATADIR%%/themes/slate-es-de/c64/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/capabilities.xml
%%DATADIR%%/themes/slate-es-de/cdimono1/colors.xml
%%DATADIR%%/themes/slate-es-de/cdimono1/images/logo.svg
%%DATADIR%%/themes/slate-es-de/cdimono1/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/cdtv/colors.xml
%%DATADIR%%/themes/slate-es-de/cdtv/images/logo.svg
%%DATADIR%%/themes/slate-es-de/cdtv/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/chailove/colors.xml
%%DATADIR%%/themes/slate-es-de/chailove/images/logo.svg
%%DATADIR%%/themes/slate-es-de/chailove/images/logo2.svg
%%DATADIR%%/themes/slate-es-de/chailove/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/channelf/colors.xml
%%DATADIR%%/themes/slate-es-de/channelf/images/logo.svg
%%DATADIR%%/themes/slate-es-de/channelf/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/coco/colors.xml
%%DATADIR%%/themes/slate-es-de/coco/images/logo.svg
%%DATADIR%%/themes/slate-es-de/coco/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/colecovision/colors.xml
%%DATADIR%%/themes/slate-es-de/colecovision/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/colecovision/images/controller.svg
%%DATADIR%%/themes/slate-es-de/colecovision/images/logo.svg
%%DATADIR%%/themes/slate-es-de/colecovision/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/colors.xml
%%DATADIR%%/themes/slate-es-de/consolearcade/colors.xml
%%DATADIR%%/themes/slate-es-de/consolearcade/images/logo.svg
%%DATADIR%%/themes/slate-es-de/consolearcade/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/core/fonts/Exo2-BoldCondensed.otf
%%DATADIR%%/themes/slate-es-de/core/fonts/Exo2-RegularCondensed.otf
%%DATADIR%%/themes/slate-es-de/core/fonts/Exo2-SemiBoldCondensed.otf
%%DATADIR%%/themes/slate-es-de/core/images/background.png
%%DATADIR%%/themes/slate-es-de/core/images/band.png
%%DATADIR%%/themes/slate-es-de/core/images/frame.png
%%DATADIR%%/themes/slate-es-de/core/images/grid_frame.svg
%%DATADIR%%/themes/slate-es-de/core/images/rating_empty.svg
%%DATADIR%%/themes/slate-es-de/core/images/rating_filled.svg
%%DATADIR%%/themes/slate-es-de/core/sounds/back.wav
%%DATADIR%%/themes/slate-es-de/core/sounds/favorite.wav
%%DATADIR%%/themes/slate-es-de/core/sounds/launch.wav
%%DATADIR%%/themes/slate-es-de/core/sounds/quicksysselect.wav
%%DATADIR%%/themes/slate-es-de/core/sounds/scroll.wav
%%DATADIR%%/themes/slate-es-de/core/sounds/select.wav
%%DATADIR%%/themes/slate-es-de/core/sounds/systembrowse.wav
%%DATADIR%%/themes/slate-es-de/cps/colors.xml
%%DATADIR%%/themes/slate-es-de/cps/images/logo.svg
%%DATADIR%%/themes/slate-es-de/cps/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/cps1/colors.xml
%%DATADIR%%/themes/slate-es-de/cps1/images/logo.svg
%%DATADIR%%/themes/slate-es-de/cps1/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/cps2/colors.xml
%%DATADIR%%/themes/slate-es-de/cps2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/cps2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/cps3/colors.xml
%%DATADIR%%/themes/slate-es-de/cps3/images/logo.svg
%%DATADIR%%/themes/slate-es-de/cps3/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/crvision/colors.xml
%%DATADIR%%/themes/slate-es-de/crvision/images/logo.svg
%%DATADIR%%/themes/slate-es-de/crvision/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/custom-collections/colors.xml
%%DATADIR%%/themes/slate-es-de/custom-collections/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/custom-collections/images/logo.svg
%%DATADIR%%/themes/slate-es-de/custom-collections/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/custom-collections/theme.xml
%%DATADIR%%/themes/slate-es-de/daphne/colors.xml
%%DATADIR%%/themes/slate-es-de/daphne/images/logo.svg
%%DATADIR%%/themes/slate-es-de/daphne/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/desktop/colors.xml
%%DATADIR%%/themes/slate-es-de/desktop/images/logo.svg
%%DATADIR%%/themes/slate-es-de/desktop/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/doom/colors.xml
%%DATADIR%%/themes/slate-es-de/doom/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/doom/images/controller.svg
%%DATADIR%%/themes/slate-es-de/doom/images/logo.svg
%%DATADIR%%/themes/slate-es-de/doom/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/dos/colors.xml
%%DATADIR%%/themes/slate-es-de/dos/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/dos/images/controller.svg
%%DATADIR%%/themes/slate-es-de/dos/images/logo.svg
%%DATADIR%%/themes/slate-es-de/dos/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/dragon32/colors.xml
%%DATADIR%%/themes/slate-es-de/dragon32/images/logo.svg
%%DATADIR%%/themes/slate-es-de/dragon32/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/dreamcast/colors.xml
%%DATADIR%%/themes/slate-es-de/dreamcast/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/controller.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/jp/consolegame.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/jp/controller.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/jp/logo.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/logo.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/us/consolegame.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/us/controller.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/images/us/logo.svg
%%DATADIR%%/themes/slate-es-de/dreamcast/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/easyrpg/colors.xml
%%DATADIR%%/themes/slate-es-de/easyrpg/images/logo.svg
%%DATADIR%%/themes/slate-es-de/easyrpg/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/electron/colors.xml
%%DATADIR%%/themes/slate-es-de/electron/images/logo.svg
%%DATADIR%%/themes/slate-es-de/electron/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/emulators/colors.xml
%%DATADIR%%/themes/slate-es-de/emulators/images/logo.svg
%%DATADIR%%/themes/slate-es-de/emulators/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/epic/colors.xml
%%DATADIR%%/themes/slate-es-de/epic/images/logo.svg
%%DATADIR%%/themes/slate-es-de/epic/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/famicom/colors.xml
%%DATADIR%%/themes/slate-es-de/famicom/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/famicom/images/controller.svg
%%DATADIR%%/themes/slate-es-de/famicom/images/logo.svg
%%DATADIR%%/themes/slate-es-de/famicom/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/fba/colors.xml
%%DATADIR%%/themes/slate-es-de/fba/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/fba/images/controller.svg
%%DATADIR%%/themes/slate-es-de/fba/images/logo.svg
%%DATADIR%%/themes/slate-es-de/fba/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/fbneo/colors.xml
%%DATADIR%%/themes/slate-es-de/fbneo/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/fbneo/images/controller.svg
%%DATADIR%%/themes/slate-es-de/fbneo/images/logo.svg
%%DATADIR%%/themes/slate-es-de/fbneo/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/fds/colors.xml
%%DATADIR%%/themes/slate-es-de/fds/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/fds/images/controller.svg
%%DATADIR%%/themes/slate-es-de/fds/images/logo.svg
%%DATADIR%%/themes/slate-es-de/fds/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/flash/colors.xml
%%DATADIR%%/themes/slate-es-de/flash/images/logo.svg
%%DATADIR%%/themes/slate-es-de/flash/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/fm7/colors.xml
%%DATADIR%%/themes/slate-es-de/fm7/images/logo.svg
%%DATADIR%%/themes/slate-es-de/fm7/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/fmtowns/colors.xml
%%DATADIR%%/themes/slate-es-de/fmtowns/images/logo.svg
%%DATADIR%%/themes/slate-es-de/fmtowns/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/fpinball/colors.xml
%%DATADIR%%/themes/slate-es-de/fpinball/images/logo.svg
%%DATADIR%%/themes/slate-es-de/fpinball/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gamate/colors.xml
%%DATADIR%%/themes/slate-es-de/gamate/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gamate/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gameandwatch/colors.xml
%%DATADIR%%/themes/slate-es-de/gameandwatch/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/gameandwatch/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gameandwatch/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gamecom/colors.xml
%%DATADIR%%/themes/slate-es-de/gamecom/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gamecom/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gamegear/colors.xml
%%DATADIR%%/themes/slate-es-de/gamegear/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/gamegear/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gamegear/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gb/colors.xml
%%DATADIR%%/themes/slate-es-de/gb/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/gb/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gb/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gba/colors.xml
%%DATADIR%%/themes/slate-es-de/gba/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/gba/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gba/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gbc/colors.xml
%%DATADIR%%/themes/slate-es-de/gbc/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/gbc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gbc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gc/colors.xml
%%DATADIR%%/themes/slate-es-de/gc/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/gc/images/controller.svg
%%DATADIR%%/themes/slate-es-de/gc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/genesis/colors.xml
%%DATADIR%%/themes/slate-es-de/genesis/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/genesis/images/controller.svg
%%DATADIR%%/themes/slate-es-de/genesis/images/logo.svg
%%DATADIR%%/themes/slate-es-de/genesis/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gmaster/colors.xml
%%DATADIR%%/themes/slate-es-de/gmaster/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gmaster/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/gx4000/colors.xml
%%DATADIR%%/themes/slate-es-de/gx4000/images/logo.svg
%%DATADIR%%/themes/slate-es-de/gx4000/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/intellivision/colors.xml
%%DATADIR%%/themes/slate-es-de/intellivision/images/logo.svg
%%DATADIR%%/themes/slate-es-de/intellivision/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/j2me/colors.xml
%%DATADIR%%/themes/slate-es-de/j2me/images/logo.svg
%%DATADIR%%/themes/slate-es-de/j2me/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/kodi/colors.xml
%%DATADIR%%/themes/slate-es-de/kodi/images/logo.svg
%%DATADIR%%/themes/slate-es-de/kodi/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/languages.xml
%%DATADIR%%/themes/slate-es-de/laserdisc/colors.xml
%%DATADIR%%/themes/slate-es-de/laserdisc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/laserdisc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/lcdgames/colors.xml
%%DATADIR%%/themes/slate-es-de/lcdgames/images/logo.svg
%%DATADIR%%/themes/slate-es-de/lcdgames/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/lowresnx/colors.xml
%%DATADIR%%/themes/slate-es-de/lowresnx/images/logo.svg
%%DATADIR%%/themes/slate-es-de/lowresnx/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/lutris/colors.xml
%%DATADIR%%/themes/slate-es-de/lutris/images/logo.svg
%%DATADIR%%/themes/slate-es-de/lutris/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/lutro/colors.xml
%%DATADIR%%/themes/slate-es-de/lutro/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/lutro/images/logo.svg
%%DATADIR%%/themes/slate-es-de/lutro/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/macintosh/colors.xml
%%DATADIR%%/themes/slate-es-de/macintosh/images/logo.svg
%%DATADIR%%/themes/slate-es-de/macintosh/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/mame-advmame/colors.xml
%%DATADIR%%/themes/slate-es-de/mame-advmame/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/mame-advmame/images/controller.svg
%%DATADIR%%/themes/slate-es-de/mame-advmame/images/logo.svg
%%DATADIR%%/themes/slate-es-de/mame-advmame/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/mame/colors.xml
%%DATADIR%%/themes/slate-es-de/mame/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/mame/images/controller.svg
%%DATADIR%%/themes/slate-es-de/mame/images/logo.svg
%%DATADIR%%/themes/slate-es-de/mame/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/mark3/colors.xml
%%DATADIR%%/themes/slate-es-de/mark3/images/logo.svg
%%DATADIR%%/themes/slate-es-de/mark3/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/mastersystem/colors.xml
%%DATADIR%%/themes/slate-es-de/mastersystem/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/mastersystem/images/controller.svg
%%DATADIR%%/themes/slate-es-de/mastersystem/images/logo.svg
%%DATADIR%%/themes/slate-es-de/mastersystem/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/megacd/colors.xml
%%DATADIR%%/themes/slate-es-de/megacd/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/megacd/images/controller.svg
%%DATADIR%%/themes/slate-es-de/megacd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/megacd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/megacdjp/colors.xml
%%DATADIR%%/themes/slate-es-de/megacdjp/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/megacdjp/images/controller.svg
%%DATADIR%%/themes/slate-es-de/megacdjp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/megacdjp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/megadrive/colors.xml
%%DATADIR%%/themes/slate-es-de/megadrive/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/megadrive/images/consolegame2.svg
%%DATADIR%%/themes/slate-es-de/megadrive/images/controller.svg
%%DATADIR%%/themes/slate-es-de/megadrive/images/logo.svg
%%DATADIR%%/themes/slate-es-de/megadrive/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/megadrivejp/colors.xml
%%DATADIR%%/themes/slate-es-de/megadrivejp/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/megadrivejp/images/controller.svg
%%DATADIR%%/themes/slate-es-de/megadrivejp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/megadrivejp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/megaduck/colors.xml
%%DATADIR%%/themes/slate-es-de/megaduck/images/logo.svg
%%DATADIR%%/themes/slate-es-de/megaduck/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/mess/colors.xml
%%DATADIR%%/themes/slate-es-de/mess/images/logo.svg
%%DATADIR%%/themes/slate-es-de/mess/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/model2/colors.xml
%%DATADIR%%/themes/slate-es-de/model2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/model2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/model3/colors.xml
%%DATADIR%%/themes/slate-es-de/model3/images/logo.svg
%%DATADIR%%/themes/slate-es-de/model3/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/moto/colors.xml
%%DATADIR%%/themes/slate-es-de/moto/images/logo.svg
%%DATADIR%%/themes/slate-es-de/moto/images/logo2.svg
%%DATADIR%%/themes/slate-es-de/moto/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/msx/colors.xml
%%DATADIR%%/themes/slate-es-de/msx/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/msx/images/controller.svg
%%DATADIR%%/themes/slate-es-de/msx/images/logo.svg
%%DATADIR%%/themes/slate-es-de/msx/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/msx1/colors.xml
%%DATADIR%%/themes/slate-es-de/msx1/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/msx1/images/controller.svg
%%DATADIR%%/themes/slate-es-de/msx1/images/logo.svg
%%DATADIR%%/themes/slate-es-de/msx1/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/msx2/colors.xml
%%DATADIR%%/themes/slate-es-de/msx2/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/msx2/images/controller.svg
%%DATADIR%%/themes/slate-es-de/msx2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/msx2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/msxturbor/colors.xml
%%DATADIR%%/themes/slate-es-de/msxturbor/images/logo.svg
%%DATADIR%%/themes/slate-es-de/msxturbor/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/mugen/colors.xml
%%DATADIR%%/themes/slate-es-de/mugen/images/logo.svg
%%DATADIR%%/themes/slate-es-de/mugen/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/multivision/colors.xml
%%DATADIR%%/themes/slate-es-de/multivision/images/logo.svg
%%DATADIR%%/themes/slate-es-de/multivision/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/n3ds/colors.xml
%%DATADIR%%/themes/slate-es-de/n3ds/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/n3ds/images/logo.svg
%%DATADIR%%/themes/slate-es-de/n3ds/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/n64/colors.xml
%%DATADIR%%/themes/slate-es-de/n64/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/n64/images/controller.svg
%%DATADIR%%/themes/slate-es-de/n64/images/logo.svg
%%DATADIR%%/themes/slate-es-de/n64/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/n64dd/colors.xml
%%DATADIR%%/themes/slate-es-de/n64dd/images/controller.svg
%%DATADIR%%/themes/slate-es-de/n64dd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/n64dd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/naomi/colors.xml
%%DATADIR%%/themes/slate-es-de/naomi/images/logo.svg
%%DATADIR%%/themes/slate-es-de/naomi/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/naomi2/colors.xml
%%DATADIR%%/themes/slate-es-de/naomi2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/naomi2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/naomigd/colors.xml
%%DATADIR%%/themes/slate-es-de/naomigd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/naomigd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/navigationsounds.xml
%%DATADIR%%/themes/slate-es-de/nds/colors.xml
%%DATADIR%%/themes/slate-es-de/nds/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/nds/images/logo.svg
%%DATADIR%%/themes/slate-es-de/nds/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/neogeo/colors.xml
%%DATADIR%%/themes/slate-es-de/neogeo/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/neogeo/images/controller.svg
%%DATADIR%%/themes/slate-es-de/neogeo/images/logo.svg
%%DATADIR%%/themes/slate-es-de/neogeo/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/neogeocd/colors.xml
%%DATADIR%%/themes/slate-es-de/neogeocd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/neogeocd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/neogeocdjp/colors.xml
%%DATADIR%%/themes/slate-es-de/neogeocdjp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/neogeocdjp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/nes/colors.xml
%%DATADIR%%/themes/slate-es-de/nes/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/nes/images/controller.svg
%%DATADIR%%/themes/slate-es-de/nes/images/logo.svg
%%DATADIR%%/themes/slate-es-de/nes/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ngage/colors.xml
%%DATADIR%%/themes/slate-es-de/ngage/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ngage/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ngp/colors.xml
%%DATADIR%%/themes/slate-es-de/ngp/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/ngp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ngp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ngpc/colors.xml
%%DATADIR%%/themes/slate-es-de/ngpc/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/ngpc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ngpc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/odyssey2/colors.xml
%%DATADIR%%/themes/slate-es-de/odyssey2/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/odyssey2/images/controller.svg
%%DATADIR%%/themes/slate-es-de/odyssey2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/odyssey2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/openbor/colors.xml
%%DATADIR%%/themes/slate-es-de/openbor/images/logo.svg
%%DATADIR%%/themes/slate-es-de/openbor/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/oric/colors.xml
%%DATADIR%%/themes/slate-es-de/oric/images/logo.svg
%%DATADIR%%/themes/slate-es-de/oric/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/palm/colors.xml
%%DATADIR%%/themes/slate-es-de/palm/images/logo.svg
%%DATADIR%%/themes/slate-es-de/palm/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pc/colors.xml
%%DATADIR%%/themes/slate-es-de/pc/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/pc/images/controller.svg
%%DATADIR%%/themes/slate-es-de/pc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pc88/colors.xml
%%DATADIR%%/themes/slate-es-de/pc88/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pc88/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pc98/colors.xml
%%DATADIR%%/themes/slate-es-de/pc98/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pc98/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pcarcade/colors.xml
%%DATADIR%%/themes/slate-es-de/pcarcade/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pcarcade/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pcengine/colors.xml
%%DATADIR%%/themes/slate-es-de/pcengine/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/pcengine/images/controller.svg
%%DATADIR%%/themes/slate-es-de/pcengine/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pcengine/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pcenginecd/colors.xml
%%DATADIR%%/themes/slate-es-de/pcenginecd/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/pcenginecd/images/controller.svg
%%DATADIR%%/themes/slate-es-de/pcenginecd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pcenginecd/images/logo2.svg
%%DATADIR%%/themes/slate-es-de/pcenginecd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pcfx/colors.xml
%%DATADIR%%/themes/slate-es-de/pcfx/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pcfx/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pico8/colors.xml
%%DATADIR%%/themes/slate-es-de/pico8/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pico8/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/plus4/colors.xml
%%DATADIR%%/themes/slate-es-de/plus4/images/logo.svg
%%DATADIR%%/themes/slate-es-de/plus4/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pokemini/colors.xml
%%DATADIR%%/themes/slate-es-de/pokemini/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pokemini/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ports/colors.xml
%%DATADIR%%/themes/slate-es-de/ports/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ports/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ps2/colors.xml
%%DATADIR%%/themes/slate-es-de/ps2/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/ps2/images/controller.svg
%%DATADIR%%/themes/slate-es-de/ps2/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ps2/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ps3/colors.xml
%%DATADIR%%/themes/slate-es-de/ps3/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/ps3/images/controller.svg
%%DATADIR%%/themes/slate-es-de/ps3/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ps3/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/ps4/colors.xml
%%DATADIR%%/themes/slate-es-de/ps4/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ps4/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/psp/colors.xml
%%DATADIR%%/themes/slate-es-de/psp/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/psp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/psp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/psvita/colors.xml
%%DATADIR%%/themes/slate-es-de/psvita/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/psvita/images/logo.svg
%%DATADIR%%/themes/slate-es-de/psvita/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/psx/colors.xml
%%DATADIR%%/themes/slate-es-de/psx/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/psx/images/controller.svg
%%DATADIR%%/themes/slate-es-de/psx/images/logo.svg
%%DATADIR%%/themes/slate-es-de/psx/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/pv1000/colors.xml
%%DATADIR%%/themes/slate-es-de/pv1000/images/logo.svg
%%DATADIR%%/themes/slate-es-de/pv1000/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/quake/colors.xml
%%DATADIR%%/themes/slate-es-de/quake/images/logo.svg
%%DATADIR%%/themes/slate-es-de/quake/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/samcoupe/colors.xml
%%DATADIR%%/themes/slate-es-de/samcoupe/images/logo.svg
%%DATADIR%%/themes/slate-es-de/samcoupe/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/satellaview/colors.xml
%%DATADIR%%/themes/slate-es-de/satellaview/images/controller.svg
%%DATADIR%%/themes/slate-es-de/satellaview/images/logo.svg
%%DATADIR%%/themes/slate-es-de/satellaview/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/saturn/colors.xml
%%DATADIR%%/themes/slate-es-de/saturn/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/saturn/images/controller.svg
%%DATADIR%%/themes/slate-es-de/saturn/images/logo.svg
%%DATADIR%%/themes/slate-es-de/saturn/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/saturnjp/colors.xml
%%DATADIR%%/themes/slate-es-de/saturnjp/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/saturnjp/images/controller.svg
%%DATADIR%%/themes/slate-es-de/saturnjp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/saturnjp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/scummvm/colors.xml
%%DATADIR%%/themes/slate-es-de/scummvm/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/scummvm/images/controller.svg
%%DATADIR%%/themes/slate-es-de/scummvm/images/logo.svg
%%DATADIR%%/themes/slate-es-de/scummvm/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/scv/colors.xml
%%DATADIR%%/themes/slate-es-de/scv/images/logo.svg
%%DATADIR%%/themes/slate-es-de/scv/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sega32x/colors.xml
%%DATADIR%%/themes/slate-es-de/sega32x/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/sega32x/images/controller.svg
%%DATADIR%%/themes/slate-es-de/sega32x/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sega32x/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sega32xjp/colors.xml
%%DATADIR%%/themes/slate-es-de/sega32xjp/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/sega32xjp/images/controller.svg
%%DATADIR%%/themes/slate-es-de/sega32xjp/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sega32xjp/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sega32xna/colors.xml
%%DATADIR%%/themes/slate-es-de/sega32xna/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/sega32xna/images/controller.svg
%%DATADIR%%/themes/slate-es-de/sega32xna/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sega32xna/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/segacd/colors.xml
%%DATADIR%%/themes/slate-es-de/segacd/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/segacd/images/controller.svg
%%DATADIR%%/themes/slate-es-de/segacd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/segacd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sfc/colors.xml
%%DATADIR%%/themes/slate-es-de/sfc/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/sfc/images/controller.svg
%%DATADIR%%/themes/slate-es-de/sfc/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sfc/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sg-1000/colors.xml
%%DATADIR%%/themes/slate-es-de/sg-1000/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/sg-1000/images/controller.svg
%%DATADIR%%/themes/slate-es-de/sg-1000/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sg-1000/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sgb/colors.xml
%%DATADIR%%/themes/slate-es-de/sgb/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sgb/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/snes/colors.xml
%%DATADIR%%/themes/slate-es-de/snes/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/snes/images/controller.svg
%%DATADIR%%/themes/slate-es-de/snes/images/logo.svg
%%DATADIR%%/themes/slate-es-de/snes/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/snesna/colors.xml
%%DATADIR%%/themes/slate-es-de/snesna/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/snesna/images/controller.svg
%%DATADIR%%/themes/slate-es-de/snesna/images/logo.svg
%%DATADIR%%/themes/slate-es-de/snesna/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/solarus/colors.xml
%%DATADIR%%/themes/slate-es-de/solarus/images/logo.svg
%%DATADIR%%/themes/slate-es-de/solarus/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/spectravideo/colors.xml
%%DATADIR%%/themes/slate-es-de/spectravideo/images/logo.svg
%%DATADIR%%/themes/slate-es-de/spectravideo/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/steam/colors.xml
%%DATADIR%%/themes/slate-es-de/steam/images/logo.svg
%%DATADIR%%/themes/slate-es-de/steam/images/logo2.svg
%%DATADIR%%/themes/slate-es-de/steam/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/stv/colors.xml
%%DATADIR%%/themes/slate-es-de/stv/images/logo.svg
%%DATADIR%%/themes/slate-es-de/stv/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/sufami/colors.xml
%%DATADIR%%/themes/slate-es-de/sufami/images/controller.svg
%%DATADIR%%/themes/slate-es-de/sufami/images/logo.svg
%%DATADIR%%/themes/slate-es-de/sufami/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/supergrafx/colors.xml
%%DATADIR%%/themes/slate-es-de/supergrafx/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/supergrafx/images/controller.svg
%%DATADIR%%/themes/slate-es-de/supergrafx/images/logo.svg
%%DATADIR%%/themes/slate-es-de/supergrafx/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/supervision/colors.xml
%%DATADIR%%/themes/slate-es-de/supervision/images/logo.svg
%%DATADIR%%/themes/slate-es-de/supervision/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/supracan/colors.xml
%%DATADIR%%/themes/slate-es-de/supracan/images/logo.svg
%%DATADIR%%/themes/slate-es-de/supracan/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/switch/colors.xml
%%DATADIR%%/themes/slate-es-de/switch/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/switch/images/logo.svg
%%DATADIR%%/themes/slate-es-de/switch/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/symbian/colors.xml
%%DATADIR%%/themes/slate-es-de/symbian/images/logo.svg
%%DATADIR%%/themes/slate-es-de/symbian/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/tanodragon/colors.xml
%%DATADIR%%/themes/slate-es-de/tanodragon/images/logo.svg
%%DATADIR%%/themes/slate-es-de/tanodragon/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/tg-cd/colors.xml
%%DATADIR%%/themes/slate-es-de/tg-cd/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/tg-cd/images/controller.svg
%%DATADIR%%/themes/slate-es-de/tg-cd/images/logo.svg
%%DATADIR%%/themes/slate-es-de/tg-cd/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/tg16/colors.xml
%%DATADIR%%/themes/slate-es-de/tg16/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/tg16/images/controller.svg
%%DATADIR%%/themes/slate-es-de/tg16/images/logo.svg
%%DATADIR%%/themes/slate-es-de/tg16/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/theme.xml
%%DATADIR%%/themes/slate-es-de/ti99/colors.xml
%%DATADIR%%/themes/slate-es-de/ti99/images/logo.svg
%%DATADIR%%/themes/slate-es-de/ti99/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/tic80/colors.xml
%%DATADIR%%/themes/slate-es-de/tic80/images/logo.svg
%%DATADIR%%/themes/slate-es-de/tic80/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/to8/colors.xml
%%DATADIR%%/themes/slate-es-de/to8/images/logo.svg
%%DATADIR%%/themes/slate-es-de/to8/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/triforce/colors.xml
%%DATADIR%%/themes/slate-es-de/triforce/images/logo.svg
%%DATADIR%%/themes/slate-es-de/triforce/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/trs-80/colors.xml
%%DATADIR%%/themes/slate-es-de/trs-80/images/logo.svg
%%DATADIR%%/themes/slate-es-de/trs-80/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/type-x/colors.xml
%%DATADIR%%/themes/slate-es-de/type-x/images/logo.svg
%%DATADIR%%/themes/slate-es-de/type-x/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/uzebox/colors.xml
%%DATADIR%%/themes/slate-es-de/uzebox/images/controller.svg
%%DATADIR%%/themes/slate-es-de/uzebox/images/logo.svg
%%DATADIR%%/themes/slate-es-de/uzebox/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/vectrex/colors.xml
%%DATADIR%%/themes/slate-es-de/vectrex/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/vectrex/images/controller.svg
%%DATADIR%%/themes/slate-es-de/vectrex/images/logo.svg
%%DATADIR%%/themes/slate-es-de/vectrex/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/vic20/colors.xml
%%DATADIR%%/themes/slate-es-de/vic20/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/vic20/images/controller.svg
%%DATADIR%%/themes/slate-es-de/vic20/images/logo.svg
%%DATADIR%%/themes/slate-es-de/vic20/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/videopac/colors.xml
%%DATADIR%%/themes/slate-es-de/videopac/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/videopac/images/controller.svg
%%DATADIR%%/themes/slate-es-de/videopac/images/logo.svg
%%DATADIR%%/themes/slate-es-de/videopac/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/vircon32/colors.xml
%%DATADIR%%/themes/slate-es-de/vircon32/images/logo.svg
%%DATADIR%%/themes/slate-es-de/vircon32/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/virtualboy/colors.xml
%%DATADIR%%/themes/slate-es-de/virtualboy/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/virtualboy/images/controller.svg
%%DATADIR%%/themes/slate-es-de/virtualboy/images/logo.svg
%%DATADIR%%/themes/slate-es-de/virtualboy/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/vpinball/colors.xml
%%DATADIR%%/themes/slate-es-de/vpinball/images/logo.svg
%%DATADIR%%/themes/slate-es-de/vpinball/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/vsmile/colors.xml
%%DATADIR%%/themes/slate-es-de/vsmile/images/logo.svg
%%DATADIR%%/themes/slate-es-de/vsmile/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/wasm4/colors.xml
%%DATADIR%%/themes/slate-es-de/wasm4/images/logo.svg
%%DATADIR%%/themes/slate-es-de/wasm4/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/wii/colors.xml
%%DATADIR%%/themes/slate-es-de/wii/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/wii/images/controller.svg
%%DATADIR%%/themes/slate-es-de/wii/images/logo.svg
%%DATADIR%%/themes/slate-es-de/wii/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/wiiu/colors.xml
%%DATADIR%%/themes/slate-es-de/wiiu/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/wiiu/images/controller.svg
%%DATADIR%%/themes/slate-es-de/wiiu/images/logo.svg
%%DATADIR%%/themes/slate-es-de/wiiu/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/windows/colors.xml
%%DATADIR%%/themes/slate-es-de/windows/images/logo.svg
%%DATADIR%%/themes/slate-es-de/windows/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/windows3x/colors.xml
%%DATADIR%%/themes/slate-es-de/windows3x/images/logo.svg
%%DATADIR%%/themes/slate-es-de/windows3x/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/windows9x/colors.xml
%%DATADIR%%/themes/slate-es-de/windows9x/images/logo.svg
%%DATADIR%%/themes/slate-es-de/windows9x/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/wonderswan/colors.xml
%%DATADIR%%/themes/slate-es-de/wonderswan/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/wonderswan/images/logo.svg
%%DATADIR%%/themes/slate-es-de/wonderswan/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/wonderswancolor/colors.xml
%%DATADIR%%/themes/slate-es-de/wonderswancolor/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/wonderswancolor/images/logo.svg
%%DATADIR%%/themes/slate-es-de/wonderswancolor/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/x1/colors.xml
%%DATADIR%%/themes/slate-es-de/x1/images/logo.svg
%%DATADIR%%/themes/slate-es-de/x1/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/x68000/colors.xml
%%DATADIR%%/themes/slate-es-de/x68000/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/x68000/images/controller.svg
%%DATADIR%%/themes/slate-es-de/x68000/images/logo.svg
%%DATADIR%%/themes/slate-es-de/x68000/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/xbox/colors.xml
%%DATADIR%%/themes/slate-es-de/xbox/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/xbox/images/controller.svg
%%DATADIR%%/themes/slate-es-de/xbox/images/logo.svg
%%DATADIR%%/themes/slate-es-de/xbox/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/xbox360/colors.xml
%%DATADIR%%/themes/slate-es-de/xbox360/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/xbox360/images/controller.svg
%%DATADIR%%/themes/slate-es-de/xbox360/images/logo.svg
%%DATADIR%%/themes/slate-es-de/xbox360/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/xboxone/colors.xml
%%DATADIR%%/themes/slate-es-de/xboxone/images/logo.svg
%%DATADIR%%/themes/slate-es-de/xboxone/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/zmachine/colors.xml
%%DATADIR%%/themes/slate-es-de/zmachine/images/logo.svg
%%DATADIR%%/themes/slate-es-de/zmachine/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/zx81/colors.xml
%%DATADIR%%/themes/slate-es-de/zx81/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/zx81/images/logo.svg
%%DATADIR%%/themes/slate-es-de/zx81/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/zxnext/colors.xml
%%DATADIR%%/themes/slate-es-de/zxnext/images/logo.svg
%%DATADIR%%/themes/slate-es-de/zxnext/systeminfo.xml
%%DATADIR%%/themes/slate-es-de/zxspectrum/colors.xml
%%DATADIR%%/themes/slate-es-de/zxspectrum/images/consolegame.svg
%%DATADIR%%/themes/slate-es-de/zxspectrum/images/logo.svg
%%DATADIR%%/themes/slate-es-de/zxspectrum/systeminfo.xml
share/icons/hicolor/scalable/apps/org.es_de.frontend.svg
share/man/man6/es-de.6.gz
share/metainfo/org.es_de.frontend.appdata.xml
share/pixmaps/org.es_de.frontend.svg