mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-27 23:11:02 +00:00
Less intrusive AFD logging
This commit is contained in:
@@ -501,7 +501,7 @@ namespace
|
||||
return STATUS_NOT_SUPPORTED;
|
||||
}
|
||||
|
||||
win_emu.log.print(color::cyan, "AFD IOCTL: %X\n", c.io_control_code);
|
||||
win_emu.log.print(color::dark_gray, "--> AFD IOCTL: %X\n", c.io_control_code);
|
||||
|
||||
const auto request = _AFD_REQUEST(c.io_control_code);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user