summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.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/nvhost_gpu.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/nvhost_gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
index a16e90457..dab6d0533 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
+++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.cpp
@@ -40,7 +40,7 @@ u32 nvhost_gpu::ioctl(Ioctl command, const std::vector<u8>& input, std::vector<u
}
}
- UNIMPLEMENTED();
+ UNIMPLEMENTED_MSG("Unimplemented ioctl");
return 0;
};