mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 21:03:31 +00:00
BACKENDS: IOS7: Enable log message for unsupported cursor masks
This commit is contained in:
parent
0a32f23bd6
commit
607e49756c
@ -505,8 +505,8 @@ void OSystem_iOS7::dirtyFullOverlayScreen() {
|
||||
void OSystem_iOS7::setMouseCursor(const void *buf, uint w, uint h, int hotspotX, int hotspotY, uint32 keycolor, bool dontScale, const Graphics::PixelFormat *format, const byte *mask) {
|
||||
//printf("setMouseCursor(%p, %u, %u, %i, %i, %u, %d, %p)\n", (const void *)buf, w, h, hotspotX, hotspotY, keycolor, dontScale, (const void *)format);
|
||||
|
||||
//if (mask)
|
||||
// printf("OSystem_iOS7::setMouseCursor: Masks are not supported");
|
||||
if (mask)
|
||||
printf("OSystem_iOS7::setMouseCursor: Masks are not supported");
|
||||
|
||||
const Graphics::PixelFormat pixelFormat = format ? *format : Graphics::PixelFormat::createFormatCLUT8();
|
||||
#if 0
|
||||
|
Loading…
x
Reference in New Issue
Block a user