We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7386ab8 commit 450825eCopy full SHA for 450825e
src/hooks_textures.cpp
@@ -620,7 +620,7 @@ class TextureReplacement : public Hook
620
}
621
622
bool usePadDirectory = false;
623
- if (isUITexture && (hash == 0x455717B2 || hash == 0x1F77CB88 || hash == 0xFA7BBB13 || hash == 0x39229D64 || hash == 0xACF61D7C)) [[unlikely]]
+ if (isUITexture && (hash == 0x455717B2 || hash == 0x1F77CB88 || hash == 0xFA7BBB13 || hash == 0x39229D64 || hash == 0xACF61D7C || hash == 0x31C58963)) [[unlikely]]
624
{
625
// TODO: switching textures during gameplay (eg. from Xbox -> PC due to controller disconnect) will cause corruption ;_;
626
// instead we'll have to track the first pad-type we switched to, and always use that for the session
0 commit comments