summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi_m.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/vi/vi_m.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/vi/vi_m.h b/src/core/hle/service/vi/vi_m.h
index bfc8c8121..755924d03 100644
--- a/src/core/hle/service/vi/vi_m.h
+++ b/src/core/hle/service/vi/vi_m.h
@@ -17,6 +17,8 @@ public:
private:
void GetDisplayService(Kernel::HLERequestContext& ctx);
+
+ std::shared_ptr<NVFlinger> nv_flinger;
};
} // namespace VI