hle: nvflinger: Move BufferTransformFlags to its own header.

This commit is contained in:
bunnei 2021-11-11 18:31:05 -08:00
parent 402273d91b
commit 05d80fba38
4 changed files with 29 additions and 18 deletions

View file

@ -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 {