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

On-screen messages refactoring #17605

Merged
merged 5 commits into from
Jun 20, 2023
Merged

On-screen messages refactoring #17605

merged 5 commits into from
Jun 20, 2023

Commits on Jun 20, 2023

  1. Implement an "OverlayScreen" concept. OSD can now render on top of ot…

    …her screens than EmuScreen.
    hrydgard committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    d6552a7 View commit details
    Browse the repository at this point in the history
  2. OSD: Add semantics, move the the OSD state to common (while keeping t…

    …he renderer in the UI).
    hrydgard committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7cc8c6c View commit details
    Browse the repository at this point in the history
  3. Rename OSD "Message" to "Entry" since it can soon be multiple other t…

    …hings (progress bar, etc).
    hrydgard committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    ed0c4b7 View commit details
    Browse the repository at this point in the history
  4. Buildfix

    hrydgard committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    575c428 View commit details
    Browse the repository at this point in the history
  5. iOS buildfix, cleanup

    hrydgard committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    8fa7cb2 View commit details
    Browse the repository at this point in the history