-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[WIP] GitHub actions: Switch build #20195
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
base: master
Are you sure you want to change the base?
Conversation
Oh very cool! Hm, hasn't the switch version been built with ffmpeg support before? |
hm, apparently we need to keep ffmpeg turned off. @m4xw ? |
Still not fully building but it reaches much further. |
You will need this before building ppsspp to fix dubious ownership issue when using container.
|
Everything builds, but linking fails with:
|
It seems UNIX identifier also includes linux.
Similar issue OGRECave/ogre#3248
The Line 2453 in 6cd9252
|
After fixing the dubious ownership issue, there are also issues with
|
already resolved on my PR |
|
Yeah, i saw you're removing the |
Switch is a static platform, we dont use shared libs |
iirc i just moved it into the main cmake file and bypassed it that way. |
i was testing out xerpi's branch, since he haven't fixed the dubious ownership issue. And then i checked on m4xw's repo to see what other changes he made. Unfortunately, it was based on old fork which didn't have the portable-file-dialog & imgui library yet. PS: My branch is at ANR2MERefork#35 |
I got it pretty close but fail linking due to issues with libEGL looking at that now. |
xerpi's branch have the EGL disabled with |
New version? |
I know i have too much branches but its all there Imgui we dont use as standalone is using the SDL backend currently, file dialogs we dont have on a system level so i deactivated it |
I speak on behalf of everyone who has a Nintendo Switch. Could you give this port some special attention? You could even open a Patreon. It would all help. |
Looking forward to seeing this. The currently available one on Switch runs like crap. |
Builds PPSSPP for the Nintendo Switch (libnx) and uploads the build artifacts (ELF and NRO).