diff --git a/backends/platform/n64/osys_n64_base.cpp b/backends/platform/n64/osys_n64_base.cpp index f7906f4bb31..8cbf7cae9e3 100644 --- a/backends/platform/n64/osys_n64_base.cpp +++ b/backends/platform/n64/osys_n64_base.cpp @@ -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;