-
-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Description
Feature Request
What feature are you suggesting?
Overview:
- As of now, when using the 3dslink netloader, files are always sent to
sdmc:/3ds/. - I think that instead, the files should be sent to the current open directory.
Smaller Details:
- The main change would probably be source/ui/netloader.c:334
- I tried to fix this, but it would throw an exception. However, the sent 3dsx file would be transferred to the current directory, and it would work. Here's the crash dump, the zipped boot.3dsx, and pictures of the exception below.
Nature of Request:
- Addition
- Share the current directory with
source/ui/netloader.cso that it knows where to put the 3dsx
- Share the current directory with
- Change
- Change the directory from
sdmc:/3ds/to the current directory in source/ui/netloader.c:334
- Change the directory from
Why would this feature be useful?
The reason why I wanted this feature was because I was going through the examples, but they were cluttering my 3ds folder, making it hard to find apps. I tried pressing Y in an "examples" folder, but it still went into my 3ds folder. It's not anything major, but I think that it would make the netloader more convenient to use.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

