-
Notifications
You must be signed in to change notification settings - Fork 91
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
VBA Next and 32bit achievement conditions #126
Comments
Posted in the wrong place. It works perfectly in RALibretro. It's a RetroArch issue. |
Noticed this is about vba-next, so it's the right place |
achievement condition? where is that. if this is for RaLibretro, they are maintaining their own core. |
Sould I close this issue and open it in RetroArch repository? I was editing the achievements from Final Fantasy Tactics Advance to make them compatible with european ROM. I got a private message from an admin in RetroAchievements, telling me that 32bit values over 7fffffff break RetroArch support. I checked the 4 cores which are said to be compatible with achievements in Libretro docs and the other 3 unlocked achievements, but when I tried VBA Next, a black screen appeared. Then I tried other games and they worked fine. Then, I opened another game with RAVBA and I modified an achievement by adding a condition like the one I described, and when I loaded the game in RetroArch with VBA Next it only showed a black screen. |
this may be fix in this PR #135 |
Putting a value over 0x7fffffff in an achievement condition causes the game not to load if using VBA Next core. It will just show a black screen.
The text was updated successfully, but these errors were encountered: