From 05772a2ad02f4e6b6e6980c370e6729763fd985f Mon Sep 17 00:00:00 2001 From: MrPurple666 Date: Thu, 8 May 2025 01:20:21 -0300 Subject: [PATCH] LRU_CACHE is only for Android bcz nce --- src/common/settings.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/common/settings.h b/src/common/settings.h index 646051f24c..0a70652a5b 100644 --- a/src/common/settings.h +++ b/src/common/settings.h @@ -216,7 +216,9 @@ struct Values { SwitchableSetting sync_core_speed{linkage, false, "sync_core_speed", Category::Core, Specialization::Default}; // Memory + #ifdef ANDROID SwitchableSetting lru_cache_enabled{linkage, true, "use_lru_cache", Category::System}; + #endif // Cpu SwitchableSetting cpu_backend{linkage,