mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-16 11:48:36 +12:00
Fix warnings related to -Wswitch
Add default cases. Move default breaks to newline Add proper handling in some instances. Add missing enums to switches
This commit is contained in:
parent
be521ff0ab
commit
23094b48bb
12 changed files with 69 additions and 4 deletions
|
@ -245,6 +245,8 @@ namespace rsx
|
|||
// Get BE data
|
||||
arg = be_t<u32>{arg}.raw();
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
if (rsx->in_begin_end)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue