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

Fix texrect for AllStarBaseball 2000-2001, issue #196

This commit is contained in:
Sergey Lipskiy 2014-12-21 11:42:52 +06:00
parent a911c85881
commit e6fef73b67

View File

@ -249,7 +249,8 @@ void _getTexRectParams(u32 & w2, u32 & w3)
texRectMode = gspTexRect;
else
texRectMode = halfTexRect;
}
} else if (cmd1 == 0xF1)
texRectMode = halfTexRect;
switch (texRectMode) {
case gspTexRect: