aboutsummaryrefslogtreecommitdiff
path: root/include/defs.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-08-31 00:26:22 +0200
committerdec05eba <dec05eba@protonmail.com>2024-08-31 00:26:22 +0200
commit1d7c1e7d14c7d92cc6c5a0f824b7eb8a9b61688f (patch)
treef43bb5a147956e98940a0ade4966e4d96e11da89 /include/defs.h
parentc99b986149ea2cb0d01c7586a976852e8e32677c (diff)
Enable recording on steam deck with warning, use vbr on steam deck and add -bm bitrate mode option for qp or vbr
Diffstat (limited to 'include/defs.h')
-rw-r--r--include/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/defs.h b/include/defs.h
index d2d0572..8fd2ddc 100644
--- a/include/defs.h
+++ b/include/defs.h
@@ -12,7 +12,7 @@ typedef enum {
typedef struct {
gsr_gpu_vendor vendor;
int gpu_version; /* 0 if unknown */
- bool is_known_broken_driver;
+ bool is_steam_deck;
} gsr_gpu_info;
typedef enum {