03-09-2016, 11:21 AM -
(03-09-2016, 11:03 AM)ZEROx Wrote: I can't compile if i remove the exception
see this commit
https://github.com/RPCS3/rpcs3/commit/16...5b44d9aa5b
i just reverted this little part of textureutils file
Just replace the throw with return std::vector<MipmapLevelInfo> (like the one for depth24_d8) and it should compile.
The format 158 is CELL_GCM_TEXTURE_D8R8G8B8. Upload should be the same as A8R8G8B8 with a masked A component to 1. I'll submit a fix for some of the missing easy to fix formats later.