audio_core: increment current revision, Courtesy of Sudachi Dev

Originally from 39effa1011/src/audio_core/common/feature_support.h# and my mirror
This commit is contained in:
chaphidoesstuff 2024-09-15 17:50:09 +02:00
parent ae65020815
commit 6be886d0ff

View file

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