mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-25 05:02:29 -05:00
Fix 4 warnings on OSX
This commit is contained in:
@@ -355,7 +355,7 @@ namespace EfbInterface
|
||||
dstClr = (~srcClr) & dstClr;
|
||||
break;
|
||||
case 5: // noop
|
||||
dstClr = dstClr;
|
||||
// Do nothing
|
||||
break;
|
||||
case 6: // xor
|
||||
dstClr = srcClr ^ dstClr;
|
||||
|
||||
Reference in New Issue
Block a user