mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-20 22:05:12 +00:00
Add fallthrough attribute
This commit is contained in:
parent
4d8bfe328b
commit
f37adc4188
15 changed files with 23 additions and 9 deletions
|
|
@ -586,6 +586,7 @@ namespace gl
|
|||
{
|
||||
default:
|
||||
rsx_log.error("Unknown remap function 0x%X", remap_lookup[channel]);
|
||||
[[fallthrough]];
|
||||
case CELL_GCM_TEXTURE_REMAP_REMAP:
|
||||
remap_values[channel] = swizzle_remap[remap_inputs[channel]];
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue