-
Notifications
You must be signed in to change notification settings - Fork 76
Add 3ds-cli #516
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
Open
cmdada
wants to merge
1
commit into
Universal-Team:master
Choose a base branch
from
cmdada:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+22
−0
Open
Add 3ds-cli #516
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,22 @@ | ||
| { | ||
| "github": "cmdada/3DS-CLI", | ||
| "author": "cmdada", | ||
| "systems": [ | ||
| "3DS" | ||
| ], | ||
| "categories": [ | ||
| "emulator" | ||
| ], | ||
| "icon": "https://raw.githubusercontent.com/cmdada/3ds-cli/main/icon.png", | ||
| "long_description": "\nA Nintendo 3DS homebrew application that embeds a full RISC-V CPU emulator (`mini-rv32ima` by cnlohr) to boot a real Linux environment inside the 3DS Horizon OS.\n\nFeatures a custom bottom-screen touch keyboard and standard VT100 console output on the top screen.\nUsage\n- Bottom Screen: Custom touch keyboard, you can probably tell I'm not UX :3\n- START Button: Hard exit the emulator and return to the Homebrew Launcher.\n\nCredits\n- Built using [devkitARM / libctru](https://github.com/devkitPro/libctru).\n- Powered by the incredible [mini-rv32ima](https://github.com/cnlohr/mini-rv32ima) RISC-V emulator by cnlohr.\n", | ||
| "archive": { | ||
| "3DS-CLI_Install.zip": { | ||
| "3ds-cli.3dsx": [ | ||
| "3ds/3ds-cli.3dsx" | ||
| ], | ||
| "Image": [ | ||
| "3ds/Image" | ||
| ] | ||
| } | ||
| } | ||
| } | ||
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm on mobile so I can't do a proper comment, but looking at the zip this should be
(they are not inside a 3ds folder in the zip) assuming "Image" goes in root, if "Image" goes in /3ds like this implies then that's not possible with the simple "archive" syntax and this will need a "script" block instead
whenever possible I make installs be one click in U-DB so small support files like that "Image" should simply be installed by the 3dsx script
though if there's not a strong reason for it being on the SD card I would suggest considering moving it into RomFS (edit: I'd been assuming it was read only, it just occurred to me that it might be read write in which case it should perhaps be locked behind a prompt message, which also needs a script. i haven't tried the app at all yet so I'm not 100% what this needs)