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

Add colour depth option + OpenDingux target #56

Merged
merged 1 commit into from
Mar 1, 2021

Conversation

jdgleaver
Copy link
Contributor

At present, the core forces the use of the XRGB8888 pixel format, which is very slow on some platforms. This PR adds a new Color Depth (Restart) core option, which allows the user to select between RGB565 (default) and XRGB8888 pixel formats.

The PR also adds an OpenDingux target to the Makefile/.gitlab-ci.yml file. With a 16-bit colour depth, the core runs full speed with the Normal2x_Height video filter on an RG350M.

Lastly, the PR fixes a memory leak when using a bios file.

@inactive123 inactive123 merged commit 0df759f into libretro:master Mar 1, 2021
@jdgleaver jdgleaver deleted the pixel-format branch March 1, 2021 15:29
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.

None yet

2 participants