mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-25 07:50:40 +01:00
[v0.93][ARM] Support printing ASCII on chips that have lots of attributes (if they have more than 2 different CPUs). Fix all ASCII arts (they were missing the last empty character)
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
\
|
||||
\
|
||||
\
|
||||
"
|
||||
"
|
||||
|
||||
#define INTEL_ASCII \
|
||||
" ################ \
|
||||
@@ -44,7 +44,7 @@
|
||||
#### #### \
|
||||
##### ########## \
|
||||
########## ################ \
|
||||
############################### "
|
||||
############################### "
|
||||
|
||||
#define SNAPDRAGON_ASCII \
|
||||
" \
|
||||
@@ -65,7 +65,7 @@
|
||||
@@@@@@@@@@@@@@@@####### \
|
||||
@@@@########### \
|
||||
\
|
||||
"
|
||||
"
|
||||
|
||||
#define MEDIATEK_ASCII \
|
||||
" \
|
||||
@@ -86,7 +86,7 @@
|
||||
\
|
||||
\
|
||||
\
|
||||
"
|
||||
"
|
||||
|
||||
#define EXYNOS_ASCII \
|
||||
" \
|
||||
@@ -107,7 +107,7 @@
|
||||
\
|
||||
\
|
||||
\
|
||||
"
|
||||
"
|
||||
|
||||
|
||||
#define ARM_ASCII \
|
||||
@@ -129,7 +129,7 @@
|
||||
\
|
||||
\
|
||||
\
|
||||
"
|
||||
"
|
||||
|
||||
#define UNKNOWN_ASCII \
|
||||
" \
|
||||
@@ -150,7 +150,7 @@
|
||||
\
|
||||
\
|
||||
\
|
||||
"
|
||||
"
|
||||
|
||||
static const char* ASCII_ARRAY [] = {
|
||||
AMD_ASCII,
|
||||
|
||||
Reference in New Issue
Block a user