mirror of https://git.suyu.dev/suyu/suyu
Update src/audio_core/common/feature_support.h
Updated AudioCore Revision from 11 -> 13
This commit is contained in:
parent
95ef5431c5
commit
05ccbaa8fa
|
@ -13,7 +13,7 @@
|
|||
#include "common/polyfill_ranges.h"
|
||||
|
||||
namespace AudioCore {
|
||||
constexpr u32 CurrentRevision = 12; // 11
|
||||
constexpr u32 CurrentRevision = 13;
|
||||
|
||||
enum class SupportTags {
|
||||
CommandProcessingTimeEstimatorVersion4,
|
||||
|
|
Loading…
Reference in New Issue