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

Fixes PP-shaders on !Mesa targets. #827

Merged
merged 1 commit into from Aug 18, 2014

Conversation

Sonicadvance1
Copy link
Contributor

Seems mesa has a quirk where

define THING(x) (#x)

is the same as

define THING(x) (##x)

Didn't realize I messed it up since it just worked since I only tested on Mesa.

Seems mesa has a quirk where
define THING(x) (#x)
is the same as
define THING(x) (##x)

Didn't realize I messed it up since it just worked since I only tested on Mesa.
delroth added a commit that referenced this pull request Aug 18, 2014
Fixes PP-shaders on !Mesa targets.
@delroth delroth merged commit 5bfc3ad into dolphin-emu:master Aug 18, 2014
@Sonicadvance1 Sonicadvance1 deleted the fix-pp-config branch August 9, 2015 08:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants