Skip to content

Commit

Permalink
Merge pull request #3485 from Sonicadvance1/nouveau_ioctl
Browse files Browse the repository at this point in the history
IoctlEmulation: Add missing nouveau ioctl
  • Loading branch information
lioncash authored Mar 7, 2024
2 parents b892da7 + aeb41e9 commit 6d94d79
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,8 @@ namespace FEX::HLE::x32 {
#define _CUSTOM_META_OFFSET(name, ioctl_num, offset)
// DRM
#include "LinuxSyscalls/x32/Ioctl/nouveau_drm.inl"
// Let's hope NVIF is arch agnostic.
case DRM_COMMAND_BASE + DRM_NOUVEAU_NVIF:
{
uint64_t Result = ::ioctl(fd, cmd, args);
SYSCALL_ERRNO();
Expand Down

0 comments on commit 6d94d79

Please sign in to comment.