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

rsx: fix register_vertex_printer value func #14401

Merged
merged 1 commit into from Jul 31, 2023

Conversation

Megamouse
Copy link
Contributor

No description provided.

@Megamouse Megamouse added the RSX label Jul 31, 2023
@@ -4526,7 +4526,7 @@ struct register_vertex_printer<u8, 4>
return "uchar4";
}

static std::string value(std::string& out, u32 v)
Copy link
Contributor

Choose a reason for hiding this comment

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

Meaning these debugging methods are currently not used?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's used in VERTEX_DATA4UB.
No idea why it built.

@elad335 elad335 added the Build and CI Anything related to the build process and continuous integration label Jul 31, 2023
@Megamouse Megamouse removed the Build and CI Anything related to the build process and continuous integration label Jul 31, 2023
@Megamouse Megamouse merged commit ef12da7 into RPCS3:master Jul 31, 2023
5 checks passed
@Megamouse Megamouse deleted the fix-warnings branch July 31, 2023 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants