(svn r26969) -Fix (r26869): black palette didn't work very well with unmasked 32bpp sprites

This commit is contained in:
rubidium
2014-10-06 18:45:51 +00:00
parent e5a92d7093
commit 9c31ffd893
9 changed files with 82 additions and 3 deletions

View File

@@ -21,6 +21,7 @@ enum BlitterMode {
BM_COLOUR_REMAP, ///< Perform a colour remapping.
BM_TRANSPARENT, ///< Perform transparency colour remapping.
BM_CRASH_REMAP, ///< Perform a crash remapping.
BM_BLACK_REMAP, ///< Perform remapping to a completely blackened sprite
};
/**