Ignore partial disconnect in AFD driver

This commit is contained in:
momo5502
2025-12-22 16:14:12 +01:00
parent 5ebf2dfd81
commit b1f7efb8c1

View File

@@ -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),