mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
BACKENDS: N64: Fix wrong error message
This commit is contained in:
parent
607e49756c
commit
774066714a
@ -770,7 +770,7 @@ void OSystem_N64::setMouseCursor(const void *buf, uint w, uint h, int hotspotX,
|
||||
if (!w || !h) return;
|
||||
|
||||
if (mask)
|
||||
warning("OSystem_DS::setMouseCursor: Masks are not supported");
|
||||
warning("OSystem_N64::setMouseCursor: Masks are not supported");
|
||||
|
||||
_mouseHotspotX = hotspotX;
|
||||
_mouseHotspotY = hotspotY;
|
||||
|
Loading…
Reference in New Issue
Block a user