mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 16:00:39 +01:00
Add legacy style (for Windows) and make it the default for Windows. Add verbose flag
This commit is contained in:
@@ -288,7 +288,7 @@ struct topology* get_topology_info(struct cpuInfo* cpu) {
|
||||
topo->total_cores = topo->logical_cores; // fallback
|
||||
}
|
||||
#endif
|
||||
|
||||
|
||||
switch(cpu->cpu_vendor) {
|
||||
case VENDOR_INTEL:
|
||||
if (cpu->maxLevels >= 0x00000004) {
|
||||
|
||||
Reference in New Issue
Block a user