From 668efcb02265d93415b59a6655d446feeb4ae0f1 Mon Sep 17 00:00:00 2001 From: Slyvtt Date: Wed, 13 Apr 2022 23:37:27 +0200 Subject: [PATCH] corrected bug in name entering + working on OC option --- src/main.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main.cc b/src/main.cc index f4e5941..4a5b859 100644 --- a/src/main.cc +++ b/src/main.cc @@ -34,7 +34,7 @@ #include "clock.h" #define DEBUGXXX 0 - +#define OVERCLCK_ACTIVABLE 0 char version[5] = {'V','1','.','0','4'}; @@ -409,13 +409,13 @@ int main(void) kmalloc_gint_stats_t *extram_stats; bool canWeAllocate3Mb = false; - +#if (OVERCLCK_ACTIVABLE==1) //Check if we can overclock i.e. if we have a CG50/Graph 90+E if (gint[HWCALC] == HWCALC_FXCG50) isOCPossible = true; else isOCPossible = false; - +#endif if((!strncmp(osv, "03.", 3) && osv[3] <= '6') && gint[HWCALC] == HWCALC_FXCG50) // CG-50 {