diff options
author | bunnei <bunneidev@gmail.com> | 2021-11-12 03:31:05 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2022-03-25 02:13:32 +0100 |
commit | 05d80fba38eada5ec671980a5cd7276bcf14482a (patch) | |
tree | f3cc6fdb642eba5ddb93a39049eeeaaf376a097f /src/core/hle/service/nvdrv | |
parent | hle: nvdrv: Rename Fence to NvFence to avoid naming conflicts. (diff) | |
download | yuzu-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 'src/core/hle/service/nvdrv')
-rw-r--r-- | src/core/hle/service/nvdrv/devices/nvdisp_disp0.h | 2 |
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 { |