Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GLUI: Add save state thumbnails #17592

Merged
merged 1 commit into from
Feb 18, 2025

Conversation

sonninnos
Copy link
Collaborator

@sonninnos sonninnos commented Feb 18, 2025

Description

Here is the missing thing preventing save state thumbnails from being enabled by default at least for some platforms.

The goal was to make everything thumbnail related as similar and seamless as possible between all menu drivers, and minimize flashing issues as much as possible, therefore this touches a lot more than just glui driver.

Major points:

  • Fullscreen thumbnail mode can be toggled regardless if images exist or not
  • Show clear "missing" thumbnail placeholder when suitable
  • Call thumbnail updates only when necessary

Bonus:

  • Fixed save state thumbnail size issues with double height image resolutions
  • GLUI random selector scrolling animation is instant
  • RGUI messagebox tidying
  • Common fullscreen thumbnail label for all drivers

Related Issues

Closes #16620

@LibretroAdmin LibretroAdmin merged commit 73abadd into libretro:master Feb 18, 2025
30 checks passed
@sonninnos sonninnos deleted the glui-savestate-thumbnails branch February 18, 2025 16:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Save State screenshot thumbnails do not work with 'glui' menu driver
2 participants