summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices
diff options
context:
space:
mode:
authorTobias <thm.frey@gmail.com>2019-02-08 18:50:24 +0100
committerfearlessTobi <thm.frey@gmail.com>2019-02-08 19:26:49 +0100
commit259e52ccb259f0c1ef2035107956dde3b11f9f1c (patch)
tree1fa27b66b50e12107e91e80d3e00450d47d634be /src/core/hle/service/nvdrv/devices
parentMerge pull request #2083 from ReinUsesLisp/shader-ir-cbuf-tracking (diff)
downloadyuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.tar
yuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.tar.gz
yuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.tar.bz2
yuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.tar.lz
yuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.tar.xz
yuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.tar.zst
yuzu-259e52ccb259f0c1ef2035107956dde3b11f9f1c.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
index 92acc57b1..21ccfe1f8 100644
--- a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
@@ -25,9 +25,9 @@ void nvdisp_disp0::flip(u32 buffer_handle, u32 offset, u32 format, u32 width, u3
u32 stride, NVFlinger::BufferQueue::BufferTransformFlags transform,
const MathUtil::Rectangle<int>& crop_rect) {
VAddr addr = nvmap_dev->GetObjectAddress(buffer_handle);
- LOG_WARNING(Service,
- "Drawing from address {:X} offset {:08X} Width {} Height {} Stride {} Format {}",
- addr, offset, width, height, stride, format);
+ LOG_TRACE(Service,
+ "Drawing from address {:X} offset {:08X} Width {} Height {} Stride {} Format {}",
+ addr, offset, width, height, stride, format);
using PixelFormat = Tegra::FramebufferConfig::PixelFormat;
const Tegra::FramebufferConfig framebuffer{