Starts diskcache together with video cache

This commit is contained in:
Vitor Pamplona
2025-07-10 17:02:31 -04:00
parent a207d80d55
commit 191f1344db

View File

@@ -154,7 +154,10 @@ class Amethyst : Application() {
}
// initializes diskcache on an IO thread.
applicationIOScope.launch { videoCache }
applicationIOScope.launch {
diskCache
videoCache
}
// registers to receive events
pokeyReceiver.register(this)