Explorar o código

riscos: Disable the mouse pointer for now

Cameron Cawley %!s(int64=4) %!d(string=hai) anos
pai
achega
4d3da5b75b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/video/riscos/SDL_riscosmodes.c

+ 1 - 1
src/video/riscos/SDL_riscosmodes.c

@@ -305,7 +305,7 @@ RISCOS_SetDisplayMode(_THIS, SDL_VideoDisplay * display, SDL_DisplayMode * mode)
     }
     }
 
 
     /* Turn the mouse pointer on */
     /* Turn the mouse pointer on */
-    _kernel_osbyte(106, 1, 0);
+    /* _kernel_osbyte(106, 1, 0); */
 
 
     return 0;
     return 0;
 }
 }