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
Content not shown cause relative path is broken.
Current specified:
for root, dirs, files in os.walk ('../../Nintendo'):
We need to replace it with this in the case of emunand with atmosphere:
for root, dirs, files in os.walk ('../../emuMMC/RAW1/Nintendo'):
In the Switch Media Host.py file
And then I restart the tool, enter in your browser and press F5 for every html page (pics, videos, etc)
The text was updated successfully, but these errors were encountered:
Use Reinx , more powerful than atmosphere , no emuMMC , and work with PyNXb Link : https://reinx.guide/downloads/stable
Sorry, something went wrong.
No branches or pull requests
Content not shown cause relative path is broken.
Current specified:
for root, dirs, files in os.walk ('../../Nintendo'):
We need to replace it with this in the case of emunand with atmosphere:
for root, dirs, files in os.walk ('../../emuMMC/RAW1/Nintendo'):
In the Switch Media Host.py file
And then I restart the tool, enter in your browser and press F5 for every html page (pics, videos, etc)
The text was updated successfully, but these errors were encountered: