Turro75 / MyMinUI

A Fork of a custom launcher and libretro frontend for the Miyoo Mini (and Plus), Anbernic RG35XX original
https://github.com/Turro75/MyMinUI
51 stars 2 forks source link

No audio on NDS and Native Pico-8 #10

Closed Calynixion closed 2 days ago

Calynixion commented 3 days ago

I recently switched to MyMinUI on my Miyoo Mini v2 and I have been loving it. However, both the native pico-8 splore pak and the NDS pak by Steward-fu have no audio. For pico-8, opening the log.txt in the MyMinUI pico-8 splore pak shows a lot of lines saying Invalid audio device ID. Full log is here:https://pastebin.com/1C5QSErm Might be due to the OG miyoo mini having a volume wheel instead of buttons

Anybody know how to get audio working for Native Pico-8 and NDS?

Calynixion commented 2 days ago

if you are using base minui with nds or p8, replace the .system\miyoomini\lib\libmsettings.so with the one included in myminui

Solution: Go to the launch.sh files of the pak you are trying to launch(or of the tool, eg. p8-Splore) and replace mentions of audioserver with audioserver.mod

Thank you to Turro1975 for the Help!