mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 14:55:46 +00:00
android: Use libnx default icon
Credit to jaames for the original icon
This commit is contained in:
parent
96e9f4d582
commit
0d689b87e9
4 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class GameAdapter(private val activity: AppCompatActivity) :
|
|||
activity.lifecycleScope.launch {
|
||||
val bitmap = decodeGameIcon(game.path)
|
||||
binding.imageGameScreen.load(bitmap) {
|
||||
error(R.drawable.no_icon)
|
||||
error(R.drawable.default_icon)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 9 KiB |
BIN
src/android/app/src/main/res/drawable/default_icon.jpg
Normal file
BIN
src/android/app/src/main/res/drawable/default_icon.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
Before Width: | Height: | Size: 8.4 KiB |
Loading…
Add table
Add a link
Reference in a new issue