[Scummvm-git-logs] scummvm master -> 28d6d33bc3a0a24e5933990de3367a625bb7d8bc

ccawley2011 noreply at scummvm.org
Wed Jul 1 16:37:32 UTC 2026


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .

Summary:
28d6d33bc3 3DS: Fix missing comma in parameter list


Commit: 28d6d33bc3a0a24e5933990de3367a625bb7d8bc
    https://github.com/scummvm/scummvm/commit/28d6d33bc3a0a24e5933990de3367a625bb7d8bc
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2026-07-01T17:37:29+01:00

Commit Message:
3DS: Fix missing comma in parameter list

Changed paths:
    backends/platform/3ds/osystem.h


diff --git a/backends/platform/3ds/osystem.h b/backends/platform/3ds/osystem.h
index abad63d15e4..ddee463fc30 100644
--- a/backends/platform/3ds/osystem.h
+++ b/backends/platform/3ds/osystem.h
@@ -186,7 +186,7 @@ public:
 	void warpMouse(int x, int y);
 	void setMouseCursor(const void *buf, uint w, uint h, int hotspotX,
 	                    int hotspotY, uint32 keycolor,
-	                    const Graphics::PixelFormat *format, const byte *mask
+	                    const Graphics::PixelFormat *format, const byte *mask,
 	                    frac_t scaleX, frac_t scaleY);
 	void setCursorPalette(const byte *colors, uint start, uint num);
 




More information about the Scummvm-git-logs mailing list