1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-04 10:03:36 +00:00

Enable hack_texrect_shade_alpha for Bottom of the 9th.

Fixed bottom of the 9th: no more intro and main title gfx (regression) #1888
This commit is contained in:
Sergey Lipskiy 2018-08-28 21:41:16 +07:00
parent b3068d9536
commit 74c0980d44

View File

@ -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)