mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-23 11:20:48 +00:00
parent
d07de089c0
commit
72fc6a6d79
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