Actions
Emulator Issues #10938
closedFeature regression: Custom PNG banners
% Done:
0%
Operating system:
N/A
Issue type:
Feature request
Milestone:
Current
Regression:
Yes
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-7633
Description
DolphinWX's ability to load custom PNG banners was removed in 5.0-6444 (63838c0) due to the ISOFile code being moved to UICommon, where we can't access wxWidgets' PNG loading code. However, the feature was already rather broken before that (see issue 10365 and issue 10366).
My current plan is to reimplement it by using libpng directly. I'm posting this issue report partially as a reminder to myself to do that and partially so that this issue report can supersede the two older issue reports.
Actions