LRU_CACHE is only for Android

bcz nce
This commit is contained in:
MrPurple666 2025-05-08 01:20:21 -03:00
parent d046d3bd38
commit 05772a2ad0

View file

@ -216,7 +216,9 @@ struct Values {
SwitchableSetting<bool> sync_core_speed{linkage, false, "sync_core_speed", Category::Core, Specialization::Default};
// Memory
#ifdef ANDROID
SwitchableSetting<bool> lru_cache_enabled{linkage, true, "use_lru_cache", Category::System};
#endif
// Cpu
SwitchableSetting<CpuBackend, true> cpu_backend{linkage,