diff --git a/rpcs3/Emu/RSX/D3D12/D3D12Formats.cpp b/rpcs3/Emu/RSX/D3D12/D3D12Formats.cpp index 9cd3bf11b9..53a7f4c3b5 100644 --- a/rpcs3/Emu/RSX/D3D12/D3D12Formats.cpp +++ b/rpcs3/Emu/RSX/D3D12/D3D12Formats.cpp @@ -364,8 +364,8 @@ BOOL get_front_face_ccw(u32 set_front_face_value) noexcept { switch (set_front_face_value) { - case CELL_GCM_CW: return FALSE; default: // Disgaea 3 pass some garbage value at startup, this is needed to survive. + case CELL_GCM_CW: return FALSE; case CELL_GCM_CCW: return TRUE; } unreachable("Wrong front face value");