BACKENDS: N64: Fix wrong error message

This commit is contained in:
elasota 2023-02-18 19:11:03 -05:00 committed by Eugene Sandulenko
parent 607e49756c
commit 774066714a

View File

@ -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;