summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2019-09-26 21:41:10 +0200
committerFernandoS27 <fsahmkow27@gmail.com>2019-10-05 01:59:51 +0200
commit782b7a0ca45b08d981e48a6d9a7af73cbed13281 (patch)
tree256d95e8f8648e71c23fe8ce0d533de952a84a79 /src/core/hle/service/nvflinger/nvflinger.h
parentNvdrv: Do framelimiting only in the CPU Thread (diff)
downloadyuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.tar
yuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.tar.gz
yuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.tar.bz2
yuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.tar.lz
yuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.tar.xz
yuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.tar.zst
yuzu-782b7a0ca45b08d981e48a6d9a7af73cbed13281.zip
Diffstat (limited to 'src/core/hle/service/nvflinger/nvflinger.h')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 95d7278f5..5d7e3bfb8 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -102,8 +102,6 @@ private:
u32 swap_interval = 1;
- bool first_buffer_enqueued{};
-
/// Event that handles screen composition.
Core::Timing::EventType* composition_event;