From 5bd91a999543d8dac016ffb423f172c2849b5b18 Mon Sep 17 00:00:00 2001 From: /dev/urandom Date: Sat, 15 Feb 2025 11:31:05 +0100 Subject: feat: more timeout death --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 7af8586..44f6cdc 100644 --- a/src/main.rs +++ b/src/main.rs @@ -16,7 +16,7 @@ use music::{mmc2r_to_pcm, Music}; use sdl2::{event::Event, keyboard::Keycode}; #[cfg(all(not(feature = "notimeout"), not(feature = "32k")))] -const TIMEOUT_DEATH: f64 = render::JUST_DVD + 20.0; +const TIMEOUT_DEATH: f64 = render::JUST_DVD + 23.0; use sdl2::audio::AudioSpecDesired; -- cgit v1.2.3