mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 20:53:56 +00:00
Ignore partial disconnect in AFD driver
This commit is contained in:
@@ -552,6 +552,7 @@ namespace
|
||||
case AFD_SET_INFORMATION:
|
||||
case AFD_QUERY_HANDLES:
|
||||
case AFD_TRANSPORT_IOCTL:
|
||||
case AFD_PARTIAL_DISCONNECT:
|
||||
return STATUS_SUCCESS;
|
||||
default:
|
||||
win_emu.log.error("Unsupported AFD IOCTL: 0x%X (%u)\n", static_cast<uint32_t>(c.io_control_code),
|
||||
|
||||
Reference in New Issue
Block a user