diff --git a/src/RSP.cpp b/src/RSP.cpp index e92d1c74..e8262ab8 100644 --- a/src/RSP.cpp +++ b/src/RSP.cpp @@ -307,7 +307,8 @@ void RSP_Init() config.generalEmulation.hacks |= hack_scoreboardJ; else if (strstr(RSP.romname, (const char *)"MarioTennis") != nullptr) config.generalEmulation.hacks |= hack_scoreboard; - else if (strstr(RSP.romname, (const char *)"POKEMON STADIUM 2") != nullptr) + else if (strstr(RSP.romname, (const char *)"POKEMON STADIUM 2") != nullptr || + strstr(RSP.romname, (const char *)"Bottom of the 9th") != nullptr) config.generalEmulation.hacks |= hack_texrect_shade_alpha; else if (strstr(RSP.romname, (const char *)"THE LEGEND OF ZELDA") != nullptr || strstr(RSP.romname, (const char *)"ZELDA MASTER QUEST") != nullptr)