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

overlays: convert debug overlay to native overlay #14894

Merged
merged 2 commits into from Dec 20, 2023

Conversation

Megamouse
Copy link
Contributor

  • Unifies the debug overlay to a native overlay and removes redundant text writer classes.

@Megamouse Megamouse added Overlay Refactoring Refactors or simplifies existing code labels Dec 14, 2023
@Megamouse Megamouse requested a review from kd-11 December 14, 2023 01:08
@Megamouse Megamouse force-pushed the debug_overlay branch 7 times, most recently from 37538af to c76a6c3 Compare December 19, 2023 19:38
@@ -763,32 +764,6 @@ void VKGSRender::flip(const rsx::display_flip_info_t& info)

if (g_cfg.video.overlay)
{
// TODO: Move this to native overlay! It is both faster and easier to manage
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lol. My laziness strikes again.

Copy link
Contributor

@kd-11 kd-11 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

The debug overlay is already a lot more polished than the text out API as this was always meant to be temporary. I don't expect any issues other than Z sorting which I'll fix in another PR.

@Megamouse Megamouse merged commit b17b6e0 into RPCS3:master Dec 20, 2023
5 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Overlay Refactoring Refactors or simplifies existing code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants