Disable steam deck support at the moment because the driver is broken (ignores qp, capture tearing)

This commit is contained in:
dec05eba
2024-08-20 15:28:37 +02:00
parent faf6ba69a0
commit 45a10baf5f
3 changed files with 15 additions and 0 deletions

View File

@@ -1,6 +1,8 @@
#ifndef GSR_DEFS_H
#define GSR_DEFS_H
#include <stdbool.h>
typedef enum {
GSR_GPU_VENDOR_AMD,
GSR_GPU_VENDOR_INTEL,
@@ -10,6 +12,7 @@ typedef enum {
typedef struct {
gsr_gpu_vendor vendor;
int gpu_version; /* 0 if unknown */
bool is_known_broken_driver;
} gsr_gpu_info;
typedef enum {