From 760b9e1f0bce90fb656018613462375c5131af02 Mon Sep 17 00:00:00 2001 From: eloaders Date: Tue, 5 Nov 2013 11:51:14 +0000 Subject: [PATCH] Remove Authentic from AuthenticAMD and show only AMD --- src/i-nex/.settings | 4 ++-- src/i-nex/.src/Finfosys.class | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i-nex/.settings b/src/i-nex/.settings index 150e12f..b2b8403 100644 --- a/src/i-nex/.settings +++ b/src/i-nex/.settings @@ -46,7 +46,8 @@ File[22]=".src/net.module:104.1" File[23]="Data/report-ng.sh:27.44" File[24]=".src/Distribution_Detect.module:13.20" File[25]=".src/FFlags.module:71.6" -File[26]=".src/Finfosys.class:328.58" +Active=26 +File[26]=".src/Finfosys.class:345.3" File[27]=".src/FDF.form" File[28]=".src/FDF.class:28.69" File[29]=".src/FNET_R_T.form" @@ -56,7 +57,6 @@ File[32]="logo/fb.png" File[33]=".src/FCPU.module:8.1" File[34]=".src/FUdisks.form" File[35]=".src/FUdisks.class:49.51" -Active=36 File[36]=".src/FCpudb.module:17.11" Count=36 diff --git a/src/i-nex/.src/Finfosys.class b/src/i-nex/.src/Finfosys.class index 66fc499..de02523 100644 --- a/src/i-nex/.src/Finfosys.class +++ b/src/i-nex/.src/Finfosys.class @@ -326,7 +326,7 @@ Public Sub Wykrywanie_procesorow() flags = Replace(flags, "\n", "") 'FFlags._init Label71.Text = "Flags: " & FFlags.instructions - Label13.Text = Replace(Replace(vendor_id, "Genuine", ""), "\n", "") + Label13.Text = Replace(Replace(Replace(vendor_id, "Authentic", ""), "Genuine", ""), "\n", "") Label12.Text = Replace(cpu_MHz, "\n", "") & " MHz" Label1.Text = "L1 Data: " & Replace(ldata, "\n", "") Label2.Text = "L1 instruction: " & Replace(linstruction, "\n", "")