PSP: Replace OverlayColor with uint16.

This commit is contained in:
Johannes Schickel 2012-06-20 17:20:00 +02:00
parent 4b32d5de0e
commit 36ac1e8b47

View file

@ -302,7 +302,7 @@ void DisplayManager::init() {
// Init overlay since we never change the size
_overlay->deallocate();
_overlay->setBytesPerPixel(sizeof(OverlayColor));
_overlay->setBytesPerPixel(sizeof(uint16));
_overlay->setSize(PSP_SCREEN_WIDTH, PSP_SCREEN_HEIGHT);
_overlay->allocate();
}