diff options
| author | bunnei <bunneidev@gmail.com> | 2018-03-23 23:30:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-23 23:30:48 -0400 |
| commit | a10baacf9e5ab48af7fb0ccbdc75371c9287d3ba (patch) | |
| tree | 9ed56f99b9d2564f9250d3754e429eb0c8b43323 /src/core/hle/service/nvflinger/buffer_queue.h | |
| parent | a397a9e9a4bad1ed03229082408b7fa424295530 (diff) | |
| parent | d561e4acc8bd3f9a7d677fe713ab0a748ff7dd9c (diff) | |
Merge pull request #265 from bunnei/tegra-progress-2
Tegra progress 2
Diffstat (limited to 'src/core/hle/service/nvflinger/buffer_queue.h')
| -rw-r--r-- | src/core/hle/service/nvflinger/buffer_queue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/hle/service/nvflinger/buffer_queue.h b/src/core/hle/service/nvflinger/buffer_queue.h index 686eadca7..1de5767cb 100644 --- a/src/core/hle/service/nvflinger/buffer_queue.h +++ b/src/core/hle/service/nvflinger/buffer_queue.h @@ -47,6 +47,8 @@ public: ~BufferQueue() = default; enum class BufferTransformFlags : u32 { + /// No transform flags are set + Unset = 0x00, /// Flip source image horizontally (around the vertical axis) FlipH = 0x01, /// Flip source image vertically (around the horizontal axis) |
