]> git.sesse.net Git - pistorm/blobdiff - platforms/amiga/rtg/rtg-output.c
Fix Z3 Fast autoconf on Kickstart 2.0
[pistorm] / platforms / amiga / rtg / rtg-output.c
index 6f218cc797d7f7e17ca336b6b2459daaeed73f91..35101e1933b60f48f52acdaedf2aae6f6016fff6 100644 (file)
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: MIT
+
 #include "emulator.h"
 #include "rtg.h"
 
@@ -100,6 +102,7 @@ reinit_sdl:;
 
     printf("Creating %dx%d SDL2 window...\n", width, height);
     win = SDL_CreateWindow("Pistorm RTG", 0, 0, width, height, 0);
+    SDL_ShowCursor(SDL_DISABLE);
     if (!win) {
         RTG_INIT_ERR("Failed create SDL2 window.\n");
     }