mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-10 17:54:19 +02:00
Starts diskcache together with video cache
This commit is contained in:
@@ -154,7 +154,10 @@ class Amethyst : Application() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// initializes diskcache on an IO thread.
|
// initializes diskcache on an IO thread.
|
||||||
applicationIOScope.launch { videoCache }
|
applicationIOScope.launch {
|
||||||
|
diskCache
|
||||||
|
videoCache
|
||||||
|
}
|
||||||
|
|
||||||
// registers to receive events
|
// registers to receive events
|
||||||
pokeyReceiver.register(this)
|
pokeyReceiver.register(this)
|
||||||
|
Reference in New Issue
Block a user