-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mgba core for 3ds #157
Comments
idk if this is allowed but.. you were pinged for the ps vita mgba and I was wondering if you could check why mgba dosent show in the 3ds build even though files exist for it sorry if i bugged you |
I would also very much like to see this core return to the 3ds build since mGBA seems to be the best available emulator for GBA on the 3DS. |
Retroarch 1.9.7 Stable. Not much has changed two years later. It's still fuzzy and slower. It's a real shame. Because Retroarch's menu is a LOT LOT better. But the official mgba 3ds app plays better. |
Any reason why you won't consider gpSP? It's much, much faster, is far lighter on CPU resources, therefore conserves more battery power, and is probably the only GBA emu that is going to run at fullspeed on an o3DS. Even on a New 3DS I'd say it would be worthwhile considering gpSP since mGBA probably uses up far more battery power/resources. |
We'll have to check out what could explain any potential performance difference then. Perhaps the audio implementation is different and for 3DS we could perhaps resort to pushing fewer samples in batch, I recall something like that being a performance issue on the weaker consoles? We would have to check that in doing so we don't inconvenience the PC platforms and other systems where mGBA works effortlessly at fullspeed. |
It could be all the things I warned would cause performance issues (e.g. all of the video post-processing features that were added), but I haven't verified that yet. I do kind of question the performance testing methodology considering that code that should have been identically performant was deemed too slow and replaced with equivalent, but harder to read less idiomatic code... |
I'll ask if we can get some performance measurements using performance counters. |
most gba games can use gasp, but some must mgba. pls fix libretro mgba, make it as fast as the single version. thank you! |
mgba runs great on the n3ds and its available for the system. however it is not in retroarch and I think it would greatly improve the 3ds port if it was added
it is worth noting that in the 3ds recipe mgba is included however no make file for 3ds exist in the mgba fork used by retroarch
it is also worth noting that files exist (for 3ds) in the libretro mgba repository located in src/platform
The text was updated successfully, but these errors were encountered: