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

Fix libretro frontend bug #147

Merged
merged 3 commits into from
Dec 13, 2024
Merged

Fix libretro frontend bug #147

merged 3 commits into from
Dec 13, 2024

Conversation

alloncm
Copy link
Owner

@alloncm alloncm commented Dec 13, 2024

The problem is the core outputs the data as RGB555 and libretro will expect RGB565 (it can accept ARGB1555 but it is not recommended)

This involved some more fixes as Im really confused between RGB and BGR I hope Im correct with the comments and names but im not sure.

Now Pixel is a RGB565 since this format is more popular.

Also fixed some typos

…55 and libretro will expect RGB565

This involved some more fixes as Im really confused
between RGB and BGR I hope Im correct with the comments and names but im not sure.

Now Pixel is a RGB565 since this format is more popular.

Also fixed some typos
@alloncm alloncm merged commit b9588e2 into master Dec 13, 2024
1 check passed
@alloncm alloncm deleted the fix/libretro_colors branch December 13, 2024 18:28
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.

1 participant