goweiwen / Allium

A custom launcher for the Miyoo Mini and Miyoo Mini Plus handheld devices
GNU General Public License v3.0
129 stars 13 forks source link

Fixed Commodore 64 loading with wrong core VICE xvic (VIC-20) #38

Closed Oberworld closed 8 months ago

Oberworld commented 8 months ago

Commodore 64 games was not working because loading with VICE xvic core instead of VICE x64.

I also added another pattern folder.

goweiwen commented 8 months ago

Thanks for the pull request! For the extensions field, it is important to not have any file types that other consoles can launch, because the Allium looks at the extension before the parent folders.

It should be fine to remove all the extensions from the xvic core instead.

Oberworld commented 8 months ago

Ok, I'll take a look at that. I only took the information of the extensions from the core info file for VICE x64. Thanks for your answer.