I remember back in the day the emulator Snes9x was one of the best emulators for Super Nintendo emulation, but it’s not on the Megathread. Is it no longer trustworthy or was it just missed?
Sorry if this was already asked in this community. I would’ve searched but Lemmy (or at least my Lemmy instance, I suppose) doesn’t seem to have a search function for intra-Community searching.
Cheers.
It’s good for low-power devices that can’t handle more demanding emulators, but bsnes is considered the gold standard for accuracy now.
BSNES isn’t even on the Megathread though… There’s only Mesen2, which only has development releases available, not stable releases.
No clue why it isn’t on there, but bsnes is available as part of higan, ares (kinda?), standalone, or as one of many bsnes RetroArch cores (bsnes-mercury is generally the most recommended from my experience).
ETA: If you’re not into RetroArch, I’d highly recommend ares.
I still use it and just put it on a tablet the other day. Haven’t had any issues
Oh excellent. I just don’t understand why it’s not on the Megathread. The Megathread has other instances of multiple emulators for the same platform being listed, but only one SNES emulator listed.
I did a quick search online and can’t find any recent issues. I’m not sure why it’s not on the thread
The megathread recommendations for emulators aren’t great. Use the emulation wiki instead. https://emulation.gametechwiki.com/index.php/Super_Nintendo_emulators
Just hasn’t really been in the spotlight is all; SNES9x is still great.
I believe Retroarch still ships multiple Snes9x cores, and Retroarch is still in the megathread, so you can go for that
there are more accurate emulators nowadays, although because the human race is horrible, we bullied the dev of the most accurate snes emu to suicide
Wasn’t that Near? I felt completely sick with that situation. Glad someone in Belfast destroyed kiwifarms.
More like temporarily inconvenienced kiwi farms. It’s still a thing and still accessible.
@EveryMuffinIsNowEncrypted @bogpunk While I agree with your intent here I feel it should be pointed out that if people stopped fucking them, they’d quickly see the error of their ways.
/reads the first few lines of an article.
yeaaah figuring that out quick :(
That the emulator behaves exactly as genuine hardware does.
For one, there are sometimes hardware quirks in consoles that are used to implement features. Like the video screens along the track in Mario Kart 64, the N64 has shared memory between the CPU and GPU, which they used to generate that effect. It’s difficult to replicate that behavior in an emulator.
Then there’s lag. You might argue that an emulator can provide a better experience by obliterating lag via brute force, but that wouldn’t be the authentic experience the real hardware would provide.
Or a simple one I’ve noticed with SNES emulators: None of them get the sound quite right. It’s hard to explain, there’s a high pitched “rattle” that isn’t present on a genuine SNES, it’s almost like any emulation is too perfect and isn’t sanding down a rough edge the original hardware did?
Most closely matches the behavior of actual SNES consoles.
This requires very careful emulation of the timings of the various buses and co-processors, as well as on-cart chips which may or may not be present. For instance, a Speedy Gonzales game has a button in the final stage which crashes almost every emulator because enters an infinite loop reading from an open bus and waiting for the value to attain a specific pattern. However reading from an open bus is generally specified to be the last value loaded into the bus, which in this case is the load instruction itself, $18. So the value is read to be $1818 by most emulators, which doesn’t match the pattern expected.
However, this is only if you’re emulating with instruction level accuracy. It is possible for the value of the bus to change in between the instruction being loaded and the value of the bus being loaded due to an HDMA load being triggered, but this requires a cycle accurate emulator.