Warnings: Fixed a few missing-return warnings in video_core.
This commit is contained in:
@ -352,6 +352,8 @@ u8 LogicOp(u8 src, u8 dest, FramebufferRegs::LogicOp op) {
|
||||
case FramebufferRegs::LogicOp::OrInverted:
|
||||
return ~src | dest;
|
||||
}
|
||||
|
||||
UNREACHABLE();
|
||||
};
|
||||
|
||||
} // namespace Rasterizer
|
||||
|
Reference in New Issue
Block a user