I just wanted to ask those people who had this issue with MX15 already, because they should have solved this issue long ago. But it looks like it wasn't solved yet.asqwerth wrote: Tue Mar 10, 2020 8:54 am 1. You are using MX19, based on your earlier post, so please start a thread in the correct subforum for MX19 package requests, instead of reviving an old MX15 thread in the non-package requests subforum.
This lib is used by RetroArch.Jerry3904 wrote: Sun Mar 08, 2020 8:22 am Is it this?Code: Select all
apt policy libretro-snes9x libretro-snes9x: Installed: (none) Candidate: 1.53+git20160522-1 Version table: 1.53+git20160522-1 500 500 http://deb.debian.org/debian buster/non-free amd64 Packages
RetroArch is some kind of distribution of a lot of emulators, having one platform for it.
With the following command you can see which emulators are currently supported (in MX):
Code: Select all
apt search libretro
Code: Select all
sudo apt install retroarch libretro-snes9x
The docs of RetroArch say, if you don't install RetroArch with your package manager (e.g. compile by yourself or use flatpak), a menu will be shown within RetroArch, which let's you download/update all available emulators/cores.
Maybe a long way, but that's a good way to get Snes9x (lib) and run Snes games on MX.
Porting every package of a core/emulator lib to MX would be a huge task, because there are like hundreds of them.
----> EDIT:
The updater can be unlocked with the right entry in the config file:
Code: Select all
menu_show_core_updater = "true"