Update src/audio_core/common/feature_support.h

Updated AudioCore Revision from 11 -> 13
This commit is contained in:
EmulationEnjoyer 2024-11-12 20:53:26 +00:00 committed by spectranator
parent 95ef5431c5
commit 05ccbaa8fa
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
#include "common/polyfill_ranges.h"
namespace AudioCore {
constexpr u32 CurrentRevision = 12; // 11
constexpr u32 CurrentRevision = 13;
enum class SupportTags {
CommandProcessingTimeEstimatorVersion4,