summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-08-07 14:42:18 +0200
committerLioncash <mathew1800@gmail.com>2018-08-07 14:54:50 +0200
commitfa8017295bb49912f44c29d6459027ffc2d683d9 (patch)
treee261b700ac265833e74a47cfdec13c266dbe7f8c /src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
parentMerge pull request #931 from DarkLordZach/nca-as-drd (diff)
downloadyuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.gz
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.bz2
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.lz
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.xz
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.tar.zst
yuzu-fa8017295bb49912f44c29d6459027ffc2d683d9.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
index 4b601781f..be2b79256 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvhost_as_gpu.cpp
@@ -2,14 +2,15 @@
// Licensed under GPLv2 or any later version
// Refer to the license.txt file included.
-#include <cinttypes>
+#include <cstring>
#include "common/assert.h"
#include "common/logging/log.h"
#include "core/core.h"
#include "core/hle/service/nvdrv/devices/nvhost_as_gpu.h"
#include "core/hle/service/nvdrv/devices/nvmap.h"
+#include "video_core/memory_manager.h"
+#include "video_core/rasterizer_interface.h"
#include "video_core/renderer_base.h"
-#include "video_core/video_core.h"
namespace Service::Nvidia::Devices {