mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Refactor DB read code to use RxJava
This commit is contained in:
@ -89,6 +89,9 @@ dependencies {
|
||||
|
||||
// For loading huge screenshots from the disk.
|
||||
compile 'com.squareup.picasso:picasso:2.5.2'
|
||||
|
||||
// Allows FRP-style asynchronous operations in Android.
|
||||
compile 'io.reactivex:rxandroid:1.1.0'
|
||||
}
|
||||
|
||||
task setupCMake(type: Exec) {
|
||||
|
Reference in New Issue
Block a user