mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 11:43:56 +00:00
Move more logging into callbacks
This commit is contained in:
@@ -525,9 +525,6 @@ namespace
|
||||
|
||||
const auto request = _AFD_REQUEST(c.io_control_code);
|
||||
|
||||
win_emu.log.print(color::dark_gray, "--> AFD IOCTL: 0x%X (%u)\n", static_cast<uint32_t>(c.io_control_code),
|
||||
static_cast<uint32_t>(request));
|
||||
|
||||
switch (request)
|
||||
{
|
||||
case AFD_BIND:
|
||||
|
||||
Reference in New Issue
Block a user