Add automatic cover art fetching from LibRetro thumbnails
Downloads box art from libretro-thumbnails GitHub repos for all supported consoles (PS1, NES, SNES, N64, Genesis, PS2). Art is fetched in the background on first scan and cached locally. Also fixes multi-track .bin files showing as separate game entries.
This commit is contained in:
@@ -80,6 +80,9 @@ dependencies {
|
||||
// DataStore
|
||||
implementation(libs.datastore.prefs)
|
||||
|
||||
// Image loading
|
||||
implementation(libs.coil.compose)
|
||||
|
||||
// Testing
|
||||
testImplementation(libs.junit)
|
||||
androidTestImplementation(libs.androidx.junit)
|
||||
|
||||
Reference in New Issue
Block a user