mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25: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
|
||||
#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
|
||||
|
||||
// Cpu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue