From 6efae7905a0c3b360ef5a362cf155ac7ecab7ba5 Mon Sep 17 00:00:00 2001 From: KiritoDv Date: Fri, 1 Dec 2023 13:38:07 -0600 Subject: [PATCH] Fixed wrong format --- soh/soh/resource/type/AudioSample.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/soh/soh/resource/type/AudioSample.h b/soh/soh/resource/type/AudioSample.h index 2da54173f28..547851479b6 100644 --- a/soh/soh/resource/type/AudioSample.h +++ b/soh/soh/resource/type/AudioSample.h @@ -32,8 +32,8 @@ namespace LUS { enum class AudioFormat { WAV = 0, - MP3 = 2, - FLAC = 3 + MP3 = 1, + FLAC = 2 }; typedef struct {