aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/main.rs2
1 files changed, 1 insertions, 1 deletions
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;