diff --git a/src/osdep/amiberry_gfx.cpp b/src/osdep/amiberry_gfx.cpp index 497ca16f..4340e54a 100644 --- a/src/osdep/amiberry_gfx.cpp +++ b/src/osdep/amiberry_gfx.cpp @@ -394,7 +394,7 @@ int graphics_setup(void) } check_error_sdl(sdl_window == nullptr, "Unable to create window:"); } - SDL_ShowCursor(SDL_DISABLE); + #endif if (renderer == nullptr)