mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2024-11-28 03:44:18 +01:00
Add error message when we can't load a file.
This commit is contained in:
parent
c367d11e9d
commit
0f659269e7
@ -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 New Issue
Block a user