[Scummvm-cvs-logs] scummvm branch-1-3-0 -> 7c840b0c5e69fa2ffb636afc26affb0f25d14cbb

bluddy yotambarnoy at gmail.com
Mon May 2 14:47:14 CEST 2011


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
7c840b0c5e PSP: fixed cursor disappearance bug in 16-bit games


Commit: 7c840b0c5e69fa2ffb636afc26affb0f25d14cbb
    https://github.com/scummvm/scummvm/commit/7c840b0c5e69fa2ffb636afc26affb0f25d14cbb
Author: Bluddy (yotambarnoy at gmail.com)
Date: 2011-05-02T05:49:15-07:00

Commit Message:
PSP: fixed cursor disappearance bug in 16-bit games

The 5650 16-bit format doesn't include alpha bits and is treated as having alpha by the PSP hardware. Other formats such as 5551 don't have their alpha bit set in the cursor buffer. Instead of adding it, we just turn on the 'reverse alpha' feature for these bits. The problem was not making an exception for 5650.

Changed paths:
    backends/platform/psp/cursor.cpp








More information about the Scummvm-git-logs mailing list