mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +00:00
Merge pull request #12369 from t895/coil-cache
Android: Allow Coil image cache to use more memory
This commit is contained in:
commit
fe014dac06
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ object CoilUtils {
|
||||||
}
|
}
|
||||||
.memoryCache {
|
.memoryCache {
|
||||||
MemoryCache.Builder(DolphinApplication.getAppContext())
|
MemoryCache.Builder(DolphinApplication.getAppContext())
|
||||||
.maxSizePercent(0.25)
|
.maxSizePercent(0.9)
|
||||||
.build()
|
.build()
|
||||||
}
|
}
|
||||||
.build()
|
.build()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue