aboutsummaryrefslogtreecommitdiff
path: root/backends/dc/display.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'backends/dc/display.cpp')
-rw-r--r--backends/dc/display.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/backends/dc/display.cpp b/backends/dc/display.cpp
index 2408db0fc8..c470e713e1 100644
--- a/backends/dc/display.cpp
+++ b/backends/dc/display.cpp
@@ -224,7 +224,8 @@ void OSystem_Dreamcast::warpMouse(int x, int y)
}
void OSystem_Dreamcast::setMouseCursor(const byte *buf, uint w, uint h,
- int hotspot_x, int hotspot_y, byte keycolor)
+ int hotspot_x, int hotspot_y,
+ byte keycolor, int cursorTargetScale)
{
_ms_cur_w = w;
_ms_cur_h = h;