mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-15 01:09:15 +00:00
Get cpu data too
This commit is contained in:
@ -436,6 +436,7 @@ namespace CrashHandler
|
||||
if (cpudata != nullptr)
|
||||
{
|
||||
crashdata.ID = cpudata->ID;
|
||||
crashdata.CPUData = cpudata;
|
||||
error("Technical Informations on CPU %lld:", cpudata->ID);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user