mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 12:55:45 +00:00
disable LRU by default
Signed-off-by: crueter <swurl@swurl.xyz>
This commit is contained in:
parent
d37d47c0ab
commit
e6fc5f07d9
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ struct Values {
|
||||||
|
|
||||||
// Memory
|
// Memory
|
||||||
#ifdef ANDROID
|
#ifdef ANDROID
|
||||||
SwitchableSetting<bool> lru_cache_enabled{linkage, true, "use_lru_cache", Category::System};
|
SwitchableSetting<bool> lru_cache_enabled{linkage, false, "use_lru_cache", Category::System};
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Cpu
|
// Cpu
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue