mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
CPU (Android): adds Exynos 2600
This commit is contained in:
@@ -357,6 +357,9 @@ static void detectExynos(FFCPUResult* cpu) {
|
||||
const char* name = NULL;
|
||||
|
||||
switch (code) {
|
||||
case 9965:
|
||||
name = "2600";
|
||||
break;
|
||||
case 9955:
|
||||
name = "2500";
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user