Compare commits

...

2 Commits

Author SHA1 Message Date
Khangaroo
ab027331b9 oops 2018-08-10 17:33:02 -04:00
Khangaroo
e555fc3552 Prevent PixelFormatFromRenderTargetFormat from returning an uninitialized value 2018-08-10 17:03:52 -04:00

View File

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