Fix 4 warnings on OSX

This commit is contained in:
Ryan Houdek
2012-12-30 04:32:37 -06:00
parent ff3b22e1ff
commit 64afbade33
2 changed files with 2 additions and 1 deletions

View File

@ -355,7 +355,7 @@ namespace EfbInterface
dstClr = (~srcClr) & dstClr;
break;
case 5: // noop
dstClr = dstClr;
// Do nothing
break;
case 6: // xor
dstClr = srcClr ^ dstClr;