From 95cc182ce2031c2dcba4a725b7ea157e1dcdb9a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Magalh=C3=A3es?= <joamag@gmail.com> Date: Wed, 1 Mar 2023 16:27:47 +0000 Subject: [PATCH] feat: new volume control --- frontends/sdl/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontends/sdl/src/main.rs b/frontends/sdl/src/main.rs index 40972d9b..f30039a0 100644 --- a/frontends/sdl/src/main.rs +++ b/frontends/sdl/src/main.rs @@ -24,7 +24,7 @@ static TITLE: &str = "Boytacean"; /// Base audio volume to be used as the basis of the /// amplification level of the volume -static VOLUME: f32 = 40.0; +static VOLUME: f32 = 64.0; pub struct Benchmark { count: usize, -- GitLab