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

added GBC BIOS palettes + some fixes #5

Merged
merged 7 commits into from
Jan 14, 2013
Merged

Conversation

eadmaster
Copy link
Contributor

fixes issue 1:
#1

continue; // current line does not contain a palette color definition, so go to next line
}

if (startswith(line, "slectedScheme="))
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks like typo.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

o_O ok, then.

@eadmaster
Copy link
Contributor Author

I'm not sure if the bitwise operations in "gbcpalettes.h" are portable on other archs (i've run tests only on x86).
Please take a look at them!

@Themaister
Copy link
Contributor

The PACK_* macros. They look fine. Shouldn't be any portability issues there. Thanks for implementing this :p

Themaister pushed a commit that referenced this pull request Jan 14, 2013
added GBC BIOS palettes + some fixes
@Themaister Themaister merged commit c9bd958 into libretro:master Jan 14, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants