Compare commits

...

3 Commits

Author SHA1 Message Date
Khangaroo
a6df9c8dc2 Merge ab027331b9 into 4f0818144e 2018-08-11 02:33:35 +00:00
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;
}
}