Skip to content

v1.1.1 "Amphoteric Baryon"

Choose a tag to compare

@cobaltgit cobaltgit released this 02 Apr 16:20
· 284 commits to main since this release
1327a45

A very minor fix, only changing the M3U generator script in each emu config to use the correct path.

Also available as a patch gluon for users who have already installed v1.1.0, download Quark_Patch_v1.1.1.zip and place into System/archives on your SD card and reboot.

Alternatively, to apply the fix yourself from a fresh install of v1.1.0 Baryon, enable SSH, log in to your Smart user: root, pass: quark and run the following shell command:

find /mnt/SDCARD/Emus -type f -name "config.json" | while read file; do sed -i "s|Emu/.emu_setup/m3u_generator|Emus/.emu_setup/generate_m3u|" "$file"; done