From 786eeab74926755ee9a99be2d48931f9d75fed61 Mon Sep 17 00:00:00 2001 From: fence Date: Sat, 15 Feb 2025 11:47:04 +0100 Subject: fix playback time --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 44f6cdc..29e210b 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 + 23.0; +const TIMEOUT_DEATH: f64 = render::JUST_DVD + 24.0; use sdl2::audio::AudioSpecDesired; -- cgit v1.2.3