ITotalJustice / notorious_beeg

gba emulator written in c++23
https://notorious-beeg.netlify.app/
GNU General Public License v3.0
41 stars 4 forks source link

[yugioh destiny board traveller] black screen #52

Closed ITotalJustice closed 2 years ago

ITotalJustice commented 2 years ago

game fails to boot and black screens

ITotalJustice commented 2 years ago

Comment I made on discord on how I fixed it:

yugioh destiny board: the game needs sram. at one point it'll write some values to sram and then try to read them back, if it fails, itll basically loop forever. you cannot used the string "SRAM_V" to figure out the save type, though searching just "SRAM" works. of course you could manually add it to a db. but yeah tldr, game needs sram