ASSERT(surf->cpp == cpp); | ASSERT(surf->cpp == cpp); | ||||
DBG(SWAP, "screen pitch %d src surface pitch %d\n", | DBG(SWAP, "screen pitch %d src surface pitch %d\n", | ||||
pitch, surf->pitch); | |||||
pitch, surf->stride); | |||||
if (cpp == 2) { | if (cpp == 2) { | ||||
BR13 = (pitch * cpp) | (0xCC << 16) | (1 << 24); | BR13 = (pitch * cpp) | (0xCC << 16) | (1 << 24); |