mirror of
https://gitlab.com/GaryOderNichts/re3-wiiu.git
synced 2024-11-23 09:39:16 +01:00
update librw; fix txd.img bug
This commit is contained in:
parent
827ba62671
commit
895055a3d1
@ -289,6 +289,11 @@ CreateTxdImageForVideoCard()
|
||||
ConvertingTexturesScreen(i, TXDSTORESIZE, "CVT_MSG");
|
||||
|
||||
if (CTxdStore::GetSlot(i) != nil && CStreaming::IsObjectInCdImage(i + STREAM_OFFSET_TXD)) {
|
||||
#ifdef FIX_BUGS
|
||||
if(strcmp(CTxdStore::GetTxdName(i), "generic") == 0)
|
||||
continue;
|
||||
#endif
|
||||
|
||||
CStreaming::RequestTxd(i, STREAMFLAGS_KEEP_IN_MEMORY);
|
||||
CStreaming::RequestModelStream(0);
|
||||
CStreaming::FlushChannels();
|
||||
|
2
vendor/librw
vendored
2
vendor/librw
vendored
@ -1 +1 @@
|
||||
Subproject commit a78a02394e4c528a2ade867dfd0ffe04e32ec474
|
||||
Subproject commit 93c246b6b1137dba0cb7ed096b5f6d8ac8e8396f
|
Loading…
Reference in New Issue
Block a user