mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2025-08-07 03:48:47 +00:00
Update src/audio_core/common/feature_support.h
Updated AudioCore Revision from 11 -> 13
This commit is contained in:
parent
95ef5431c5
commit
05ccbaa8fa
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
#include "common/polyfill_ranges.h"
|
#include "common/polyfill_ranges.h"
|
||||||
|
|
||||||
namespace AudioCore {
|
namespace AudioCore {
|
||||||
constexpr u32 CurrentRevision = 12; // 11
|
constexpr u32 CurrentRevision = 13;
|
||||||
|
|
||||||
enum class SupportTags {
|
enum class SupportTags {
|
||||||
CommandProcessingTimeEstimatorVersion4,
|
CommandProcessingTimeEstimatorVersion4,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue