mirror of
https://github.com/yuzu-emu/FasTC
synced 2024-11-23 08:43:41 +00:00
Add error message when we can't load a file.
This commit is contained in:
parent
c367d11e9d
commit
0f659269e7
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ bool ImageLoaderPVR::ReadData() {
|
|||
pvrtexture::PVRStandard8PixelType,
|
||||
ePVRTVarTypeUnsignedByte,
|
||||
ePVRTCSpacelRGB)) {
|
||||
ReportError("Unable to convert PVRTexture... possibly failed to load file");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue