mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
parent
3d6664c28e
commit
678cab7994
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ void CheckCPUID(CPUInfo *cpu)
|
|||
cpu->DataL1LineSize = 32; // Assume a 32-byte cache line
|
||||
}
|
||||
|
||||
FString DumpCPUInfo(const CPUInfo *cpu)
|
||||
FString DumpCPUInfo(const CPUInfo *cpu, bool brief)
|
||||
{
|
||||
return FString();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue