mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
Fix afd_endpoint::ioctl_connect
This commit is contained in:
@@ -25,6 +25,12 @@ namespace syscalls
|
||||
const auto* f = c.proc.files.get(file_handle);
|
||||
if (!f)
|
||||
{
|
||||
if (c.proc.devices.get(file_handle))
|
||||
{
|
||||
c.win_emu.log.error("Unsupported set device info class: %X\n", info_class);
|
||||
return STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
return STATUS_INVALID_HANDLE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user