Add Nintendo Switch support (libnx)#20
Draft
blueberrymuffin3 wants to merge 3 commits intolibretro:masterfrom
Draft
Add Nintendo Switch support (libnx)#20blueberrymuffin3 wants to merge 3 commits intolibretro:masterfrom
blueberrymuffin3 wants to merge 3 commits intolibretro:masterfrom
Conversation
1d492b6 to
b487560
Compare
Author
|
Let me know if there is any interest in getting this PR merged so I can put some work into finishing it up. |
|
I've added this core to my deployment of retroarch on my switch I'm but having trouble getting it to successfully launch a game. I first converted my CHD files into bin/cue but gave up and tried the ISO/cue versions but still end up getting a fatal error telling me required files are missing and the machine cannot run. All the required bios files are present in the correct place to be recognized under the core info tab and I also have copies inside the folder the iso and cue files are located in. What else am I missing? |
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.
Initial work to get SAME_CDI running on the nintendo switch through libnx.
Closes #11
Working:
Not working
Notes
Building
make -f Makefile.libretro platform=libnx -j4same_cdi/same_cdi_libretro.atoRetroArch/libretro_libnx.amake -f Makefile.libnx -Bj10Running
/retroarch/cores/same_cdi_libretro_libnx.nroon SDScreenshots/Videos
TODO
Still needed
__SWITCH__orHAS_LIBNXinstead of__DEVKITPRO__)