From 1196001e08af3d09d9d74ade57f284f21abf1c1c Mon Sep 17 00:00:00 2001 From: Zephyron Date: Wed, 7 May 2025 18:52:16 +1000 Subject: [PATCH] audio_core: Update CurrentRevision from 11 to 15 Updates the audio core revision number to match newer firmware requirements, allowing the emulator to properly handle audio features from more recent Switch software. Signed-off-by: Zephyron --- src/audio_core/common/feature_support.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/audio_core/common/feature_support.h b/src/audio_core/common/feature_support.h index e71905ae8..729de7056 100644 --- a/src/audio_core/common/feature_support.h +++ b/src/audio_core/common/feature_support.h @@ -1,4 +1,5 @@ // SPDX-FileCopyrightText: Copyright 2022 yuzu Emulator Project +// SPDX-FileCopyrightText: Copyright 2025 citron Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later #pragma once @@ -13,7 +14,7 @@ #include "common/polyfill_ranges.h" namespace AudioCore { -constexpr u32 CurrentRevision = 11; +constexpr u32 CurrentRevision = 15; enum class SupportTags { CommandProcessingTimeEstimatorVersion4,