mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 22:19:02 +00:00
Add fallthrough attribute
This commit is contained in:
parent
4d8bfe328b
commit
f37adc4188
15 changed files with 23 additions and 9 deletions
|
|
@ -703,6 +703,7 @@ namespace rsx
|
|||
{
|
||||
default:
|
||||
rsx_log.error("bad clip plane control (0x%x)", static_cast<u8>(clip_plane_control[index]));
|
||||
[[fallthrough]];
|
||||
|
||||
case rsx::user_clip_plane_op::disable:
|
||||
clip_enabled_flags[index] = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue