scummvm/backends
Bluddy 185337f6a5 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.
2011-05-02 15:48:06 +03:00
..
audiocd JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
events WEBOS: Fix compilation 2011-04-29 13:18:42 +02:00
fs
graphics Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". 2011-05-01 16:54:45 +02:00
keymapper BACKENDS: Really *really* fix keymapper code 2011-04-29 13:18:41 +02:00
log
midi AMIGAOS: Fix CAMD compiler warning 2011-04-29 14:08:49 +03:00
mixer WINCE: Fix Mixer Compilation after header changes. 2011-04-29 01:54:15 +01:00
mutex
platform PSP: fixed cursor disappearance bug in 16-bit games 2011-05-02 15:48:06 +03:00
plugins BACKENDS: Fix compilation for various backends 2011-04-28 23:24:06 +03:00
saves JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
timer JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
vkeybd Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". 2011-05-01 16:54:45 +02:00
base-backend.cpp BASEBACKEND: Remove resetGraphicsScale() hack 2011-02-26 10:55:27 +01:00
base-backend.h
modular-backend.cpp JANITORIAL: Reduce header dependencies in shared code 2011-04-28 15:08:58 +03:00
modular-backend.h BACKENDS: Reduce header interdependencies 2011-02-07 17:53:15 +00:00
module.mk DC: Move dynamic plugin handling into the platform 2011-04-20 23:46:44 +02:00