Reputation: 19723
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?
Upvotes: 0
Views: 2246
Reputation: 224
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
Upvotes: 0
Reputation: 1
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.
Upvotes: 0
Reputation: 61
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.
Upvotes: 3