mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 14:18:37 +00:00
BACKENDS: ANDROID: Update log message for setMouseCursor
This commit is contained in:
parent
76d84718e2
commit
0a32f23bd6
@ -760,8 +760,8 @@ void AndroidGraphics3dManager::setMouseCursor(const void *buf, uint w, uint h,
|
||||
int hotspotX, int hotspotY,
|
||||
uint32 keycolor, bool dontScale,
|
||||
const Graphics::PixelFormat *format, const byte *mask) {
|
||||
ENTER("%p, %u, %u, %d, %d, %u, %d, %p", buf, w, h, hotspotX, hotspotY,
|
||||
keycolor, dontScale, format);
|
||||
ENTER("%p, %u, %u, %d, %d, %u, %d, %p, %p", buf, w, h, hotspotX, hotspotY,
|
||||
keycolor, dontScale, format, mask);
|
||||
|
||||
if (mask)
|
||||
warning("AndroidGraphics3dManager::setMouseCursor: Masks are not supported");
|
||||
|
Loading…
Reference in New Issue
Block a user