summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvflinger/nvflinger.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-02-12 01:03:31 +0100
committerbunnei <bunneidev@gmail.com>2018-02-12 03:00:41 +0100
commit6fce1414c3a899c3694fd05518101a82ff8060ce (patch)
treee8e58a4eeb778e8540be65dd1b09dcc1411ff797 /src/core/hle/service/nvflinger/nvflinger.cpp
parentvi: Fix OpenLayer and CreateStrayLayer. (diff)
downloadyuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.tar
yuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.tar.gz
yuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.tar.bz2
yuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.tar.lz
yuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.tar.xz
yuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.tar.zst
yuzu-6fce1414c3a899c3694fd05518101a82ff8060ce.zip
Diffstat (limited to 'src/core/hle/service/nvflinger/nvflinger.cpp')
-rw-r--r--src/core/hle/service/nvflinger/nvflinger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp
index fe622b986..2089462b7 100644
--- a/src/core/hle/service/nvflinger/nvflinger.cpp
+++ b/src/core/hle/service/nvflinger/nvflinger.cpp
@@ -145,7 +145,7 @@ void NVFlinger::Compose() {
ASSERT(nvdisp);
nvdisp->flip(igbp_buffer.gpu_buffer_id, igbp_buffer.offset, igbp_buffer.format,
- igbp_buffer.width, igbp_buffer.height, igbp_buffer.stride);
+ igbp_buffer.width, igbp_buffer.height, igbp_buffer.stride, buffer->transform);
buffer_queue->ReleaseBuffer(buffer->slot);
}