You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When decrypting a ROM fails, the DS will freeze at a blank white screen. This is expected behavior, but freezing like this is a bad experience for emulators.
What should've happened instead?
I should detect encrypted ROMs in advance; if they're encrypted, I should exit with an error message unless using native sysfiles.
Nadia: well, for you it seems easy enough
if encryObj is not there and not using official BIOS then fail CasualPokePlayer:
more, check if FFh,DEh,FFh,E7h,FFh,DEh,FFh,E7h is present, if it is, it's decrypted already
if you want to go further, than with official bios you can check if the decryption works or not
What version of melonDS DS are you using?
1.1.7
Does the problem happen in standalone melonDS?
I don't know.
What happened?
When decrypting a ROM fails, the DS will freeze at a blank white screen. This is expected behavior, but freezing like this is a bad experience for emulators.
What should've happened instead?
I should detect encrypted ROMs in advance; if they're encrypted, I should exit with an error message unless using native sysfiles.
Which platforms do you see the problem on?
Which versions of the OS?
10
Which libretro frontend are you using?
RetroArch 1.19.0
Terms
The text was updated successfully, but these errors were encountered: