jurialmunkey / skin.arctic.fuse

Other
164 stars 23 forks source link

ingamesaves: Show screenshot instead of gamewindow #855

Closed SerhatG closed 4 months ago

SerhatG commented 5 months ago

The thumbnails next to the save states would show the current gamewindow instead of the screenshots, so all thumbsnails were the same. By switching the order this will prioritise screenhots over gamewindow. This works for the others screens as well, as in those cases we can populate a gamewindow but no screenshot is present. Performance wise we could technically show them based on conditions as well, let me know if that is the preferred way to do this.