-
Notifications
You must be signed in to change notification settings - Fork 20
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
nintendont not saving any config changes #25
Comments
Commenting on this since I'll be performing a wifi relocation on my portable with the express purpose of playing PSO. Nintendont has an additional bit in its configuration to support BBA emulation. It looks like this configuration is passed to Nintendont directly, as there's a process for syncing the config before processing it. The RVLoader isn't aware of this bit (the enum skips 19 and even then, it's not exposed in the UI), so this bit can never be set and therefore can't be passed to Nintendont. I'm not familiar with the toolchain required here but this seems like a straightforward-ish weekend project, especially given that the wifi relocation flex I ordered is coming in a few days. |
I started exploring this in a separate fork, testing on an untrimmed Wii with RVLoader installed. This wasn't "too bad":
This comes with a caveat: from an interface perspective RVLoader and Nintendont play along, but IOS58, used by Nintendont, can be patched during RVLoader installation to disable wifi (enabled by default), which causes Nintendont to misbehave (e.g. in PSO it'll lock up while trying to get online). So, thinking about this, we could:
|
this is way above my level but i appreciate the effort, truly makes me happy that someone is looking into this. it's not a deal breaker but it'd be a nice quality of life feature to have. (if possible) thank you for the update! |
I'm just trying to have the BBA emulation to stay on.
The settings work as I can play PSO online if I manually boot through nintendont and turn it on but it'd be really nice to have the setting saved so I can just boot it through the RVLoader games list. I even copied the nincfg from another wii where it did save but then it's just disabled as soon as I use RVLoader.
Am I doing something wrong or is this by design?
The text was updated successfully, but these errors were encountered: