Super Nintendo Emulator for Android
Is there any publicly available code for the 开发者_运维知识库Nintendo emulator? I would like to create an emulator like SNesoid for Android. Where should I start? Does this involve the NDK?
There's a very decent java SNES emulator called jsnes (ie. Java SNES, not to be confused with JSNES ie. JavaScript NES) developed by a user called spiller on the ZSNES board. Here's the WIP thread where the latest jar can be downloaded. It is not an open source project, to my knowledge, but it's a place to start.
here I have found some and I prefer the first one
bsnes
snes
zsnes
You have several emulators that should try to play SNES games on your android device. For me the best emulator is RetroArch. First, try this emulator that the other ones. You have good graphics good sound and no lag which is most important. After trying the RetroArch I recommend this one Snes9x EX+. Which one you will install you would not regret.
A bit late but you can check it, the main idea is I put everything inside a browser https://pub.dev/packages/flutter_inappwebview (It's very fast and powerful, so I can make bridge call between native code and JS code without any problem).
I tested it on my phone (Iphone X and Helio P90 CPU and their is no performance issue) so I think you can use it for your reference.
https://github.com/nielsezeka/flutter_snes_simulator_research
精彩评论