some kind of switch port that uses the new thing - #433
Draft
cobaltgit wants to merge 14 commits into
Draft
Conversation
Collaborator
Author
|
Where the fuck is my audio |
Collaborator
Author
|
NVM i'm stupid |
Collaborator
Author
|
Issues:
|
Un1q32
reviewed
Aug 19, 2026
Un1q32
reviewed
Aug 19, 2026
Un1q32
reviewed
Aug 19, 2026
fixes flipped rendering
Un1q32
reviewed
Aug 20, 2026
Un1q32
reviewed
Aug 20, 2026
| option(ENABLE_LEGACY_GL "Enable the legacy OpenGL renderer" ON) | ||
| option(ENABLE_MODERN_GL "Enable the modern OpenGL renderer" ON) | ||
| if(PLATFORM STREQUAL "switch") | ||
| # The Switch only supports the modern GL renderer (GLES3 via SDL2) |
Collaborator
There was a problem hiding this comment.
I'm like 80% sure that the switch can do desktop OpenGL, so legacy-gl should work.
Collaborator
Author
There was a problem hiding this comment.
It could probs work with glad, I'll have a look
Collaborator
There was a problem hiding this comment.
I don't think so, switch doesn't have shared libraries and definitely no shared libGL, so glad won't work.
Un1q32
reviewed
Aug 20, 2026
Collaborator
Author
|
Eden segfaults with OS_WINDOWS but not OS_SWITCH, Ryujinx doesn't boot it at all |
Collaborator
|
do you have real hardware to test with? |
Collaborator
Author
|
Nah, I wish I did tho For legal reasons I am totally lying |
Un1q32
reviewed
Aug 20, 2026
| add_compile_options(-ffast-math) | ||
| endif() | ||
|
|
||
| add_compile_definitions(__SWITCH__) |
Collaborator
There was a problem hiding this comment.
Doesn't the dkp compiler define this by default?
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Eden shenanigans