summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-04-23 18:13:53 +0200
committerSubv <subv2112@gmail.com>2018-04-23 18:13:53 +0200
commite862c50a7072110a1f3dafec8a42fd71ecaba706 (patch)
tree6cf036fcf7e866ade970e11da199bf92f5bc0fd3 /src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
parentMerge pull request #377 from adityaruplaha/sdl2-fullscreen (diff)
downloadyuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.tar
yuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.tar.gz
yuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.tar.bz2
yuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.tar.lz
yuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.tar.xz
yuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.tar.zst
yuzu-e862c50a7072110a1f3dafec8a42fd71ecaba706.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
index 61f22b1a5..aa6c7e8dc 100644
--- a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.cpp
@@ -13,7 +13,7 @@
namespace Service::Nvidia::Devices {
u32 nvdisp_disp0::ioctl(Ioctl command, const std::vector<u8>& input, std::vector<u8>& output) {
- UNIMPLEMENTED();
+ UNIMPLEMENTED_MSG("Unimplemented ioctl");
return 0;
}