Actions
Emulator Issues #10365
closedPNG banners are gone from game list when loading games from cache
Status:
Duplicate
Priority:
Normal
Assignee:
-
% Done:
0%
Operating system:
N/A
Issue type:
Bug
Milestone:
Current
Regression:
Yes
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
5.0-4478
Fixed in:
Description
Regression in https://github.com/dolphin-emu/dolphin/pull/5659/commits/f16599f4a842c51412a4d890cdaccf4f0b618872
Steps to reproduce:
- Put a DOL or ELF file in a directory that will be scanned by the game list.
- Put a PNG file named icon.png in the same directory as the DOL or ELF file. (It's also possible to give the PNG file the same name as the DOL or ELF file apart from the extension.)
- Launch DolphinWX. (This will add the file to the cache. The custom PNG banner will show up in the game list if the file wasn't already in the cache.)
- Launch DolphinWX again. The custom PNG banner won't show up the game list.
Expected behavior:
When a DOL or ELF file is cached, Dolphin loads the custom banner from the cache or the PNG file.
Actual behavior:
When a DOL or ELF file is cached, Dolphin doesn't load the custom banner at all.
Updated by JosJuice almost 7 years ago
- Is duplicate of Emulator Issues #10938: Feature regression: Custom PNG banners added
Updated by JosJuice almost 7 years ago
- Status changed from Accepted to Duplicate
Actions