From 26bfb66cafa6e3437f11cdccedcd4d2d7e8b4c3b Mon Sep 17 00:00:00 2001 From: zeromus Date: Sun, 28 Oct 2018 09:00:24 -0400 Subject: [PATCH] auto-select retail nand for Daigassou! Band-Brothers DX (fixes #213) --- desmume/src/addons/slot1_retail_auto.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/desmume/src/addons/slot1_retail_auto.cpp b/desmume/src/addons/slot1_retail_auto.cpp index 8831617b4..43fedcf9b 100644 --- a/desmume/src/addons/slot1_retail_auto.cpp +++ b/desmume/src/addons/slot1_retail_auto.cpp @@ -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;