summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2021-11-05 01:44:11 +0100
committerFernando Sahmkow <fsahmkow27@gmail.com>2022-10-06 21:00:51 +0200
commitaf35dbcf633d35450b333eb33334b3dd1bc050a1 (patch)
tree94e721b8a23f9659d616f70157574d6826263070 /src/core/hle/service/nvflinger/nvflinger.h
parentNVDRV: Implement new NvMap (diff)
downloadyuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.tar
yuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.tar.gz
yuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.tar.bz2
yuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.tar.lz
yuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.tar.xz
yuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.tar.zst
yuzu-af35dbcf633d35450b333eb33334b3dd1bc050a1.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 3bbe5d92b..b62615de2 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -116,6 +116,7 @@ private:
void SplitVSync(std::stop_token stop_token);
std::shared_ptr<Nvidia::Module> nvdrv;
+ s32 disp_fd;
std::list<VI::Display> displays;