summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2021-11-12 03:31:05 +0100
committerbunnei <bunneidev@gmail.com>2022-03-25 02:13:32 +0100
commit05d80fba38eada5ec671980a5cd7276bcf14482a (patch)
treef3cc6fdb642eba5ddb93a39049eeeaaf376a097f /src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
parenthle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. (diff)
downloadyuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.tar
yuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.tar.gz
yuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.tar.bz2
yuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.tar.lz
yuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.tar.xz
yuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.tar.zst
yuzu-05d80fba38eada5ec671980a5cd7276bcf14482a.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvdisp_disp0.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
index 53c539ce4..30b5da429 100644
--- a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
+++ b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
@@ -9,7 +9,7 @@
#include "common/common_types.h"
#include "common/math_util.h"
#include "core/hle/service/nvdrv/devices/nvdevice.h"
-#include "core/hle/service/nvflinger/buffer_queue.h"
+#include "core/hle/service/nvflinger/buffer_transform_flags.h"
#include "core/hle/service/nvflinger/pixel_format.h"
namespace Service::Nvidia::Devices {