summaryrefslogtreecommitdiff
path: root/src/video_core/gpu.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/gpu.cpp')
-rw-r--r--src/video_core/gpu.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/video_core/gpu.cpp b/src/video_core/gpu.cpp
index c384d236e..9463cd5d6 100644
--- a/src/video_core/gpu.cpp
+++ b/src/video_core/gpu.cpp
@@ -18,4 +18,8 @@ GPU::GPU() {
18 18
19GPU::~GPU() = default; 19GPU::~GPU() = default;
20 20
21const Tegra::Engines::Maxwell3D& GPU::Get3DEngine() const {
22 return *maxwell_3d;
23}
24
21} // namespace Tegra 25} // namespace Tegra