mirror of
https://github.com/HarbourMasters/Starship.git
synced 2025-04-28 12:27:59 +03:00
Fixed hd texture scroll
This commit is contained in:
parent
4267df2e20
commit
75a018f929
1 changed files with 2 additions and 0 deletions
|
@ -80,6 +80,8 @@ void Lib_Texture_Scroll(u16* texture, s32 width, s32 height, u8 mode) {
|
|||
}
|
||||
break;
|
||||
}
|
||||
|
||||
gSPInvalidateTexCache(gMasterDisp++, pixel);
|
||||
}
|
||||
} else {
|
||||
u16* pixel = SEGMENTED_TO_VIRTUAL(texture);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue