Arcade (FB Alpha) Addon

Hi:

I have coreelec v9.0.2 in a box X96 Mini S905W.
Install the Arcade (FB Alpha) emulator addon and copy some roms into a sdcard.
Add a source.
Nothing happens when you click on the name of the game’s zip file.
I need something else to make it work ?.

sorry for my English.

Thank.

.zip .bin .cue .iso .img are not treated as game file extensions by default, and are actually already associated with video/music/pictures by default.

Adding the below to your advancedsettings.xml file should fix this. However changing this does mean you can’t use video/music/picture content with those file extensions.

<advancedsettings>
<videoextensions>
<remove>.bin|.img|.iso|.zip</remove>
</videoextensions>
<musicextensions>
<remove>.cue|.zip</remove>
</musicextensions>
<pictureextensions>
<remove>.zip</remove>
</pictureextensions>
</advancedsettings>

If you don’t already have an advancesettings.xml file create one
/storage/.kodi/userdata/advancesettings.xml

1 Like