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
Cemu version: latest b1c7058 + 9afae50 from #500 OS: Fedora 36
When saving a loaded controller profile under a different name, the new name is used for the filename but is not updated in the <profile> tag.
<profile>
Note: This is dependent on PR #500 but I think the bug exists before, it's just exposed to me now that I can load profiles.
After further testing, it doesn't need #500, can be reproduced from main branch.
foo
controllerProfiles/foo.xml
<profile>foo</profile>
bar
controllerProfiles/bar.xml
Cemu/src/input/InputManager.cpp
Lines 475 to 477 in b1c7058
When saving, it's getting the existing profile name to write to the <profile> tag?
The text was updated successfully, but these errors were encountered:
Yeah I experience this all the time It's annoying.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Cemu version: latest b1c7058
+ 9afae50 from #500OS: Fedora 36
Description
When saving a loaded controller profile under a different name, the new name is used for the filename but is not updated in the
<profile>
tag.Note: This is dependent on PR #500 but I think the bug exists before, it's just exposed to me now that I can load profiles.After further testing, it doesn't need #500, can be reproduced from main branch.
Steps to reproduce
foo
controllerProfiles/foo.xml
is created containing<profile>foo</profile>
foo
loaded, change the name tobar
controllerProfiles/bar.xml
is created, still containing<profile>foo</profile>
Suspected cause
Cemu/src/input/InputManager.cpp
Lines 475 to 477 in b1c7058
When saving, it's getting the existing profile name to write to the
<profile>
tag?The text was updated successfully, but these errors were encountered: