ClusterM / retroarch-clover

GNU General Public License v3.0
321 stars 50 forks source link

Multiple SNES cores? #19

Closed gingerbeardman closed 7 years ago

gingerbeardman commented 7 years ago

Each of the four SNES cores offer different compatibility, playing certain "difficult" games better than others.

It would be great to get access to all the cores and be able to choose or have certain games automatically mapped to different cores according to compatibility.

pcm720 commented 7 years ago

Which SNES cores are you talking about?

So you're suggesting to implement a compatibility list that will switch cores automatically? I think it's easier to let the user pick a core than to parse through all of 21344 ROMs available in GoodSNES romset.

ajmi982 commented 7 years ago

Technically you can already do this. Before you flash the kernel in your command line arguments. Have each core assigned to a different argument.

/Bin/(core name)

Sent from my iPhone. Please pardon any spelling or grammar mistakes.

On Feb 24, 2017, at 7:01 AM, Matt Sephton notifications@github.com wrote:

Each of the four SNES cores offer different compatibility, playing certain "difficult" games better than others.

It would be great to get access to all the cores and be able to choose or have certain games automatically mapped to different cores according to compatibility.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

gingerbeardman commented 7 years ago

snes9x2002 (pocketSNES) snes9x2005 (CATSFC) snes9x2005_plus (CATSFC Plus) snes9x2010 (Snes9x Next)

I guess I'm not aware how I can choose the core on game launch?

pcm720 commented 7 years ago

I could not find the snes9x2005_plus for armhf architecture, but I see that snes9x2002 can be taken from Lakka. If you have a working *.so for snes9x2005_plus, point me to it, and I might add them to extra_cores in my repo.

gingerbeardman commented 7 years ago

could this work? https://buildbot.libretro.com/nightly/linux/armhf/latest/

pcm720 commented 7 years ago

I don't see snes9x2005_plus there. snes9x2005 and snes9x2010 are already in the repository

gingerbeardman commented 7 years ago

Maybe they've got rid of snes9x2005_plus?

pcm720 commented 7 years ago

Who knows. If it's not there, I can't add it.

pcm720 commented 7 years ago

I've added snes9x2002 to the repository with extra cores

gingerbeardman commented 7 years ago

Thanks!