riscos: Disable the mouse pointer for now

main
Cameron Cawley 2021-10-26 21:51:29 +01:00 committed by Sam Lantinga
parent 1c256b892e
commit 4d3da5b75b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}