Emulator Support and Issues overhaul#269
Merged
wescopeland merged 6 commits intomainfrom Aug 13, 2025
Merged
Conversation
Big overhaul of the Emulator Support and Issues docs, which includes: - Converting all lists to tables. - Adding previously-missed hardcore-compliant emulators (DolphinUWP, SkyEmu, Yaba Sanshiro). - Remove Delta from each system. - Add intro with hardcore-compliant frontends (including Delta). - Re-arrange Sega systems to follow on-site naming.
Add the following: - NES RA Adapter for NES, type: Console adapter - RA2Snes for SNES, type: Console adapter
wescopeland
reviewed
Aug 12, 2025
Member
wescopeland
left a comment
There was a problem hiding this comment.
Looks good - found a few odds and ends.
Comment on lines
+25
to
+26
| | **PicoDrive** | libretro core | - Several games are problematic, use BizHawk if an achievement shows as unsupported or the game performs poorly.<br>- Appears to still have unmapped RAM. | | ||
| | **PicoDrive** | BizHawk core | Most recommended. | |
Member
There was a problem hiding this comment.
Recommend swapping the order of these two rows.
Contributor
Author
There was a problem hiding this comment.
The reasoning behind the ordering is that, for every table, I went libretro core => BizHawk core => Standalone emulator => Console adapter. This is purely a me thing though, so if you feel it's better to change order I have no objections :)
Co-authored-by: Wes Copeland <wlcopeland1@gmail.com>
Co-authored-by: Wes Copeland <wlcopeland1@gmail.com>
Co-authored-by: Wes Copeland <wlcopeland1@gmail.com>
Applied feedback by wescopeland, updating the following: - Move RA NES Adapter to NES/Famicom rather than disk system. - Change supported systems by frontends to approximation rather than hardcoded numbers. - Correct naming for Luna's Project64. - Fix bold usage for DolphinUWP.
| - [RetroArch](https://www.retroarch.com/index.php?page=platforms) - Supports 40+ systems. | ||
| - [RALibRetro](https://retroachievements.org/downloads) - Supports 40+ systems. | ||
| - [Firelight](https://biscuitcakes.itch.io/firelight) - Supports 10+ systems. | ||
| - [Delta (iOS)](https://apps.apple.com/us/app/delta-game-emulator/id1048524688) - Supports 5+ systems. |
There was a problem hiding this comment.
Delta does not use libretro, it uses its own core system (like BizHawk does).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Big overhaul of the Emulator Support and Issues docs, which includes: