-
Notifications
You must be signed in to change notification settings - Fork 5
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
Reset doesn't trigger when emulating GB/GBC #8
Comments
Why this issue haven't been resolved yet? It doesn't seem complicated to solve. |
Feel free to fix it yourself then. After all, seems like you're pretty confident in your knowledge of the topic since you've declared it's not complicated to solve. |
I'm not confident in my knowledge of the topic, but couldn't we just have an RA-SGB fork that disallows the selecting of the GB and GBC modes from the core options menu, without actually having to mess with the emulation code side of things? This is the only core that has accurate SGB emulation and RA support afaik, seems a waste to not be able to use it properly. The core has also not seen much development for a while from the looks of things, don't think there'd be much concern of having to keep the fork up to date. Like I said, I lack the knowledge so no idea if this is even the right location, and even if it is, it's hacky, but like say Line 119 in 32a7adf
there could be a fork where this line has the other options removed and it only has Super Gameboy? I recognize this is likely not the place to take up the issue since it is related to being able to use it on RetroAchievements rather than actually solving the issue that the core has. Apologies for any inconveniences or if it is disrespectful. |
The reset function doesn't work for gb/gbc work when Game Boy or Game Boy Color are selected for the emulated model. Super Game Boy reset works fine. This is a severe issue for achievements in particular and may result in the core being blocked by RetroAchievements if left unresolved.
The text was updated successfully, but these errors were encountered: