summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2023-01-12 03:57:30 +0100
committerLiam <byteslice@airmail.cc>2023-01-12 04:05:08 +0100
commit2f2ef5b147c5b40462d3ae595ef4c1b27a20d687 (patch)
tree3b50a64694467f478e38fcda3dc71adfe16b3025 /src/core/hle/service/nvflinger/nvflinger.h
parentMerge pull request #9605 from german77/mouse_mapping (diff)
downloadyuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.tar
yuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.tar.gz
yuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.tar.bz2
yuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.tar.lz
yuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.tar.xz
yuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.tar.zst
yuzu-2f2ef5b147c5b40462d3ae595ef4c1b27a20d687.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.h b/src/core/hle/service/nvflinger/nvflinger.h
index 9b22397db..3828cf272 100644
--- a/src/core/hle/service/nvflinger/nvflinger.h
+++ b/src/core/hle/service/nvflinger/nvflinger.h
@@ -133,7 +133,7 @@ private:
/// layers.
u32 next_buffer_queue_id = 1;
- u32 swap_interval = 1;
+ s32 swap_interval = 1;
/// Event that handles screen composition.
std::shared_ptr<Core::Timing::EventType> multi_composition_event;