mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 22:08:26 +00:00
Fix samplers for a certain game
This commit is contained in:
parent
d228920614
commit
3a343dd16a
4 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -713,7 +713,7 @@ namespace FirstPlugin
|
|||
bool IsAlbedo = Misc.HackyTextureList.Any(TextureName.Contains);
|
||||
|
||||
//A bit hacky, just use the same samplers for mk8 for nsmbudx
|
||||
if (mat.ShaderAssign.ShaderArchiveName == "Wii_UBER")
|
||||
if (mat.ShaderAssign.ShaderArchiveName == "Wii_UBER" || mat.ShaderAssign.ShaderArchiveName == "Block_UBER")
|
||||
Runtime.activeGame = Runtime.ActiveGame.MK8D;
|
||||
|
||||
if (Runtime.activeGame == Runtime.ActiveGame.MK8D)
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Add table
Reference in a new issue