This PR adds local Wi‑Fi backup transfer between 3DS consoles.#528
Open
edu1010 wants to merge 5 commits into
Open
This PR adds local Wi‑Fi backup transfer between 3DS consoles.#528edu1010 wants to merge 5 commits into
edu1010 wants to merge 5 commits into
Conversation
- fix const-correctness in Title API used by transfer (`id()` and `shortDescription()`) - fix `Server::isRunning()` by using an explicit atomic runtime state - replace deprecated `std::wstring_convert` usage with `StringUtils::UTF16toUTF8` - mark pending ZIP transfer helpers/constants as `[[maybe_unused]]` to avoid noise - make `ccache` optional in 3DS Makefile to remove repeated "which: no ccache" output - set `GIT_REV` fallback to `unknown` when building outside a git repository
Make file sending compatible with savedata containing multiple internal files. Also translated some remaining parts that were still in Spanish into English. UI update after receiving data is still pending—currently, data only displays after closing and reopening. Additionally, some interface elements still need to be updated to improve clarity and consistency.
- add receiver completion and pending-refresh state, and trigger a full titles refresh from `MainScreen` - improve transfer overlays (clearer send/receive prompt, shortcuts, and post-receive confirmation view) - add fallback mapping by title name when title ID is missing/mismatched, with clearer user notices - include folder entries in ZIP packaging and return a specific error for empty backups - harden ZIP read/write and HTTP response handling to report corruption and receiver-side errors - normalize line endings in GitHub issue templates
Owner
|
Thanks for the contribution. I'll review as soon as I can |
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.
This PR adds local Wi-Fi backup transfer between 3DS consoles in Checkpoint.
What this adds
New Transfer flow in the 3DS UI (
Send/Receive).Receiver mode with IP / port / PIN token display.
Sender upload of the selected save/extdata backup over HTTP multipart.
Receiver endpoints for transfer negotiation and upload handling.
Support for both:
Post-transfer completion state, automatic title list refresh.