From 5dce902ef8d360310d1b9b29084b63c71aabb0fa Mon Sep 17 00:00:00 2001 From: Devie Lu Linvega Date: Thu, 20 Nov 2025 19:54:46 -0800 Subject: [PATCH] Removed screensaver flag, not present in 9front --- src/uxnemu.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/uxnemu.c b/src/uxnemu.c index 955e785..7e91254 100644 --- a/src/uxnemu.c +++ b/src/uxnemu.c @@ -255,7 +255,6 @@ emu_init_audio(void) static int emu_init(void) { - SDL_SetHint(SDL_HINT_VIDEO_ALLOW_SCREENSAVER, "1"); if(SDL_Init(SDL_INIT_VIDEO | SDL_INIT_AUDIO | SDL_INIT_JOYSTICK) < 0) return system_error("sdl", SDL_GetError()); emu_init_audio();