1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00

Enable noDepthFrameBuffers hack for Extreme G 2

Fixed #2601 Extreme-G 2 XG 2 (U) - Incorrect Loading Screen
This commit is contained in:
Sergey Lipskiy 2021-11-13 22:43:06 +07:00
parent abf81a5252
commit cc42888c1b

View File

@ -347,6 +347,9 @@ void RSP_Init()
config.generalEmulation.hacks |= hack_WCWNitro;
else if (strstr(RSP.romname, (const char *)"MarioTennis") != nullptr)
config.generalEmulation.hacks |= hack_fbTextureOffset;
else if (strstr(RSP.romname, (const char *)"Extreme G 2") != nullptr ||
strstr(RSP.romname, (const char *)"\xb4\xb8\xbd\xc4\xd8\xb0\xd1\x47\x32") != nullptr)
config.generalEmulation.hacks |= hack_noDepthFrameBuffers;
api().FindPluginPath(RSP.pluginpath);