This commit is contained in:
Khangaroo
2018-08-11 02:33:35 +00:00
committed by GitHub

View File

@@ -250,6 +250,7 @@ struct SurfaceParams {
default:
LOG_CRITICAL(HW_GPU, "Unimplemented format={}", static_cast<u32>(format));
UNREACHABLE();
return PixelFormat::ABGR8;
}
}