vgmoose / wiiu-hbas

[Wii U] Homebrew App Store - download apps for HBL (Legacy)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cache icons to speed up load times

vgmoose opened this issue · comments

Icons should be loaded off the main thread and cached for later use to prevent long load times

Mostly addressed in 213cd11, but not saved to disk.

Cached icons are now present as of fortheusers/hb-appstore@e5b651e.

Once an icon is cached, it won't ever update unless forced by the user. I don't think that right now icons change enough for refreshing the icon cache to be an important feature.