mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-02-16 17:35:39 +00:00
work around for non working jtag code in star wars
This commit is contained in:
parent
b184ca3e1b
commit
d21e71dced
|
@ -1608,6 +1608,8 @@ void CNew3D::SetSunClamp(bool enable)
|
|||
|
||||
void CNew3D::SetSignedShade(bool enable)
|
||||
{
|
||||
if (m_gameName == "swtrilgy") return; // jtag has been patched out in star wars - todo fix this
|
||||
|
||||
m_shadeIsSigned = enable;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue