mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-13 02:18:35 +02:00
fx
This commit is contained in:
parent
acedd2ad06
commit
243323a863
1 changed files with 1 additions and 0 deletions
|
|
@ -819,6 +819,7 @@ void Device::ReportLoss() const {
|
||||||
s += fmt::format("{:02x} ", vendor_binary_data[i]);
|
s += fmt::format("{:02x} ", vendor_binary_data[i]);
|
||||||
s += "\n";
|
s += "\n";
|
||||||
}
|
}
|
||||||
|
LOG_INFO(Render_Vulkan, "{}", s);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Wait for the log to flush and for Nsight Aftermath to dump the results
|
// Wait for the log to flush and for Nsight Aftermath to dump the results
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue