mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #5331 from mahdihijazi/fix_game_banners2
[Android] Fix game banners
This commit is contained in:
commit
f2035384e5
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ public class GameBannerRequestHandler extends RequestHandler {
|
|||
int height = 32;
|
||||
Bitmap bitmap = Bitmap.createBitmap(width, height, Bitmap.Config.ARGB_8888);
|
||||
bitmap.setPixels(vector, 0, width, 0, 0, width, height);
|
||||
bitmap.copyPixelsFromBuffer(IntBuffer.wrap(vector));
|
||||
return new Result(bitmap, Picasso.LoadedFrom.DISK);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue