rsx: fix convert_linear_swizzle converting backwards

This commit is contained in:
Jake 2015-12-02 03:15:43 -06:00
parent 178bcfc8df
commit 19cf749944
2 changed files with 5 additions and 6 deletions

View file

@ -134,7 +134,6 @@ write16bTexelsSwizzled(const char *src, char *dst, size_t widthInBlock, size_t h
Result.push_back(currentMipmapLevelInfo);
u16 *castedSrc, *castedDst;
u16 log2width, log2height;
castedSrc = (u16*)src + offsetInSrc;
castedDst = (u16*)dst + offsetInDst;