mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
Fix 4 warnings on OSX
This commit is contained in:
parent
ff3b22e1ff
commit
64afbade33
2 changed files with 2 additions and 1 deletions
|
@ -355,7 +355,7 @@ namespace EfbInterface
|
|||
dstClr = (~srcClr) & dstClr;
|
||||
break;
|
||||
case 5: // noop
|
||||
dstClr = dstClr;
|
||||
// Do nothing
|
||||
break;
|
||||
case 6: // xor
|
||||
dstClr = srcClr ^ dstClr;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue