Commit 4d3da5b75b5569065cb622183c1d5d7f9e41c4f3

Cameron Cawley 2021-10-26T21:51:29

riscos: Disable the mouse pointer for now

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/riscos/SDL_riscosmodes.c b/src/video/riscos/SDL_riscosmodes.c
index 3e383ca..3746b41 100644
--- a/src/video/riscos/SDL_riscosmodes.c
+++ b/src/video/riscos/SDL_riscosmodes.c
@@ -305,7 +305,7 @@ RISCOS_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode)
     }
 
     /* Turn the mouse pointer on */
-    _kernel_osbyte(106, 1, 0);
+    /* _kernel_osbyte(106, 1, 0); */
 
     return 0;
 }