mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2025-10-09 20:12:45 +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.
|
||||
applicationIOScope.launch { videoCache }
|
||||
applicationIOScope.launch {
|
||||
diskCache
|
||||
videoCache
|
||||
}
|
||||
|
||||
// registers to receive events
|
||||
pokeyReceiver.register(this)
|
||||
|
Reference in New Issue
Block a user