We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4c506 commit 49ba711Copy full SHA for 49ba711
AVInput/AVInput.cpp
@@ -68,6 +68,12 @@
68
#define AVINPUT_EVENT_ON_GAME_FEATURE_STATUS_CHANGED "gameFeatureStatusUpdate"
69
#define AVINPUT_EVENT_ON_AVI_CONTENT_TYPE_CHANGED "aviContentTypeUpdate"
70
71
+#define STR_ALLM "ALLM"
72
+#define VRR_TYPE_HDMI "VRR-HDMI"
73
+#define VRR_TYPE_FREESYNC "VRR-FREESYNC"
74
+#define VRR_TYPE_FREESYNC_PREMIUM "VRR-FREESYNC-PREMIUM"
75
+#define VRR_TYPE_FREESYNC_PREMIUM_PRO "VRR-FREESYNC-PREMIUM-PRO"
76
+
77
static bool isAudioBalanceSet = false;
78
static int planeType = 0;
79
0 commit comments