We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the 3ds port, the executable has the name
FAKE-08.3dsx
whereas the used folder (in which the settings.ini and cdata is created) doesn't have the hyphen,
sdmc:/3ds/fake08
These don't match exactly. The standard 3ds homebrew launcher expects the same base name so it is shown just once and with the correct icon.
It's just cosmetic but a bit annoying. The folder could be sdmc:/3ds/fake-08 (caps don't matter), or alternatively the executable be FAKE08.3dsx
Thank you for your work.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the 3ds port, the executable has the name
FAKE-08.3dsx
whereas the used folder (in which the settings.ini and cdata is created) doesn't have the hyphen,
sdmc:/3ds/fake08
These don't match exactly. The standard 3ds homebrew launcher expects the same base name so it is shown just once and with the correct icon.
It's just cosmetic but a bit annoying. The folder could be sdmc:/3ds/fake-08 (caps don't matter), or alternatively the executable be FAKE08.3dsx
Thank you for your work.
The text was updated successfully, but these errors were encountered: