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

UberShaderPixel: Migrate over to fmt #9197

Merged
merged 1 commit into from Nov 9, 2020

Conversation

lioncash
Copy link
Member

Completes the migration over to using the fmt-formatting WriteFmt function. The next PR will rename all usages of WriteFmt, while simultaneously getting rid of the old printf code.

Copy link
Member

@BhaaLseN BhaaLseN left a comment

Choose a reason for hiding this comment

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

All the curlies seem to be doubled and in the right place (except for that one that feels like it should move to the previous WriteFmt); but at some point it seem to have gone off course - feel free to ignore those code-style-of-shader-code-inside-a-string remarks.

Source/Core/VideoCommon/UberShaderPixel.cpp Outdated Show resolved Hide resolved
Source/Core/VideoCommon/UberShaderPixel.cpp Outdated Show resolved Hide resolved
Source/Core/VideoCommon/UberShaderPixel.cpp Outdated Show resolved Hide resolved
Source/Core/VideoCommon/UberShaderPixel.cpp Outdated Show resolved Hide resolved
Source/Core/VideoCommon/UberShaderPixel.cpp Outdated Show resolved Hide resolved
Completes the migration over to using the fmt-formatting WriteFmt
function. The next PR will rename all usages of WriteFmt, while
simultaneously getting rid of the old printf code.
@lioncash
Copy link
Member Author

lioncash commented Oct 27, 2020

Resolved all of them.

@lioncash
Copy link
Member Author

lioncash commented Nov 8, 2020

Will merge by end of today/beginning of tomorrow if no other reviews are made by then

@lioncash
Copy link
Member Author

lioncash commented Nov 9, 2020

Time is up, taking the plunge.

@lioncash lioncash merged commit add2b44 into dolphin-emu:master Nov 9, 2020
10 checks passed
@lioncash lioncash deleted the uber-pixel branch November 9, 2020 07:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants