diff options
Diffstat (limited to 'src/video_core/gpu.cpp')
| -rw-r--r-- | src/video_core/gpu.cpp | 4 |
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 | ||
| 19 | GPU::~GPU() = default; | 19 | GPU::~GPU() = default; |
| 20 | 20 | ||
| 21 | const Tegra::Engines::Maxwell3D& GPU::Get3DEngine() const { | ||
| 22 | return *maxwell_3d; | ||
| 23 | } | ||
| 24 | |||
| 21 | } // namespace Tegra | 25 | } // namespace Tegra |