├── README.md ├── addon.xml └── resources ├── fanart.png └── icon.png /README.md: -------------------------------------------------------------------------------- 1 | # emuelec-addon -------------------------------------------------------------------------------- /addon.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | executable game 8 | 9 | 10 | EmuELEC addon. Provides binary, cores and basic settings to launch it 11 | EmuELEC addon is based on ToKe79 Retroarch/Lakka addon. Provides binary, cores and basic settings to launch EmuELEC. 12 | This is an unofficial add-on. Please don't ask for support in CoreELEC,Lakka or ToKe79 github, forums or irc channels. 13 | linux 14 | 15 | resources/icon.png 16 | resources/fanart.png 17 | 18 | 19 | 20 | -------------------------------------------------------------------------------- /resources/fanart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maskedeken/EmuELEC-Addon/b73cf3319fdfacc2334b56200e8abfed2741ab5c/resources/fanart.png -------------------------------------------------------------------------------- /resources/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maskedeken/EmuELEC-Addon/b73cf3319fdfacc2334b56200e8abfed2741ab5c/resources/icon.png --------------------------------------------------------------------------------