openMSX / openMSX

the MSX emulator that aims for perfection

Home Page:http://openmsx.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The media recent items (in the window) don't contain items that were inserted via drag and drop and console

MBilderbeek opened this issue · comments

The recent items function would become a lot more useful if all recent items inserted in any way would be listed there.

@m9710797 any idea how we can improve this?
For dropped items, we could integrate the drop code from Manager into Media and then call addRecent with the proper group object.
But then we don't have the media inserted via console or other places yet. Perhaps we can use some kind of callback from openMSX that a media was inserted and then put that in the recent list instead? (So get the info from the source, instead of the input location.) Then it should work from whatever location the media item is selected.