X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=clip.cpp;fp=clip.cpp;h=45ad860d350043bdee7066cf7a2073dacd796c16;hb=9902256814785f0b3f08d336a98c481c296ac7e5;hp=52859b514e0deef78c515cc98918ce9f2bae9d24;hpb=8f77a3a3f10d94477f0c0734adfbd39e81173d6f;p=drnoksnes diff --git a/clip.cpp b/clip.cpp index 52859b5..45ad860 100644 --- a/clip.cpp +++ b/clip.cpp @@ -156,7 +156,7 @@ void ComputeClipWindows () struct Band Win2[3]; uint32 Window1Enabled = 0; uint32 Window2Enabled = 0; - bool8_32 invert = (w == 5 && + bool invert = (w == 5 && ((c == 1 && (Memory.FillRAM [0x2130] & 0x30) == 0x10) || (c == 0 && (Memory.FillRAM [0x2130] & 0xc0) == 0x40)));