diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/main.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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; |