diff options
author | bunnei <bunneidev@gmail.com> | 2018-08-31 19:24:21 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-31 19:24:21 +0200 |
commit | 42588493d5ad5d824fc557ac936e64e5e7fd7e44 (patch) | |
tree | d06ab2b0bd2f426a8fb129cea437ed99e29ed5e9 /src/core/hle/service | |
parent | Implement BC6H_UF16 & BC6H_SF16 (#1092) (diff) | |
parent | gl_rasterizer_cache: Use accurate framebuffer setting for accurate copies. (diff) | |
download | yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.tar yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.tar.gz yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.tar.bz2 yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.tar.lz yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.tar.xz yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.tar.zst yuzu-42588493d5ad5d824fc557ac936e64e5e7fd7e44.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/service/nvdrv/devices/nvhost_gpu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h index 650ed8fbc..03b7356d0 100644 --- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h +++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h @@ -10,6 +10,7 @@ #include "common/common_types.h" #include "common/swap.h" #include "core/hle/service/nvdrv/devices/nvdevice.h" +#include "video_core/memory_manager.h" namespace Service::Nvidia::Devices { |