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:
JohnHolmesII 2019-05-10 22:36:16 -07:00 committed by Nekotekina
parent be521ff0ab
commit 23094b48bb
12 changed files with 69 additions and 4 deletions

View file

@ -245,6 +245,8 @@ namespace rsx
// Get BE data
arg = be_t<u32>{arg}.raw();
break;
default:
break;
}
if (rsx->in_begin_end)