auto-select retail nand for Daigassou! Band-Brothers DX (fixes #213)

This commit is contained in:
zeromus 2018-10-28 09:00:24 -04:00
parent 0beabec97c
commit 26bfb66caf
1 changed files with 2 additions and 1 deletions

View File

@ -43,7 +43,8 @@ public:
//check game ID in core emulator and select right implementation
//gamehack: definitely not a game hack, just a lazy way of selecting the right equipment for the game
if(gameInfo.IsCode("UOR") || // WarioWare - D.I.Y. (U)(E)(EUR) / Made in Ore (J)
gameInfo.IsCode("UXBP") // Jam with the Band (EUR)
gameInfo.IsCode("UXBP") || // Jam with the Band (EUR)
gameInfo.IsCode("AXBJ") // Daigassou! Band-Brothers DX (J)
)
selection = NDS_SLOT1_RETAIL_NAND;