mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 00:10:38 +01:00
Add legacy style (for Windows) and make it the default for Windows. Add verbose flag
This commit is contained in:
@@ -6,12 +6,13 @@ typedef int STYLE;
|
||||
#include "args.h"
|
||||
#include "cpuid.h"
|
||||
|
||||
#define STYLES_COUNT 2
|
||||
#define STYLES_COUNT 3
|
||||
|
||||
#define STYLE_INVALID -2
|
||||
#define STYLE_EMPTY -1
|
||||
#define STYLE_FANCY 0
|
||||
#define STYLE_RETRO 1
|
||||
#define STYLE_LEGACY 2
|
||||
|
||||
bool print_cpufetch(struct cpuInfo* cpu, struct cache* cach, struct frequency* freq, struct topology* topo, STYLE s, struct colors* cs);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user