From 0cfb6b3c6266b943c336afd76370bc468e4f51b4 Mon Sep 17 00:00:00 2001 From: Sonic Dreamcaster Date: Sat, 30 Nov 2024 15:30:08 -0300 Subject: [PATCH] SAMPLE_HIGH 448 SAMPLE_LOW 432 --- src/port/Engine.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/port/Engine.h b/src/port/Engine.h index 429bace4f..36d78d1fe 100644 --- a/src/port/Engine.h +++ b/src/port/Engine.h @@ -10,8 +10,8 @@ #include #include "libultraship/src/Context.h" -#define SAMPLES_HIGH 454 -#define SAMPLES_LOW 438 +#define SAMPLES_HIGH 448 +#define SAMPLES_LOW 432 #define AUDIO_FRAMES_PER_UPDATE 2 #define NUM_AUDIO_CHANNELS 2 #define SAMPLES_PER_FRAME (SAMPLES_HIGH * NUM_AUDIO_CHANNELS * 2)