mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-21 04:33:56 +00:00
Fix afd_endpoint::ioctl_connect
This commit is contained in:
@@ -32,6 +32,11 @@ std::unique_ptr<io_device> create_device(const std::u16string_view device)
|
||||
return create_afd_endpoint();
|
||||
}
|
||||
|
||||
if (device == u"Afd\\AsyncConnectHlp")
|
||||
{
|
||||
return create_afd_async_connect_hlp();
|
||||
}
|
||||
|
||||
if (device == u"MountPointManager")
|
||||
{
|
||||
return create_mount_point_manager();
|
||||
|
||||
Reference in New Issue
Block a user