Closed davidhedlund closed 1 month ago
Sorry, please replace the "bug" label with the "feature request" label.
There are many ways to work around this, e.g. by supplying a pre-generated settings.xml file. Overall I feel this feature request is extremely niche and outside the scope of the project. If you want to see this happen then I invite you to add this yourself an submit it is as a PR.
There are many ways to work around this, e.g. by supplying a pre-generated settings.xml file. Overall I feel this feature request is extremely niche and outside the scope of the project. If you want to see this happen then I invite you to add this yourself an submit it is as a PR.
I added a solution in the top post.
Current Behavior
Currently, Cemu does not support generating settings files, such as
settings.xml
, directly from the terminal. When Cemu is launched for the first time, users must manually click the "Close" button in the second dialog box to generate thesettings.xml
file. This process can be inconvenient for users who prefer or require automation.Expected Behavior
The
settings.xml
file should be automatically generated when Cemu is launched from the terminal without requiring any manual intervention through the GUI.Solution
This BASH approach not only creates the settings.xml file but also ensures that Cemu initializes other necessary directories, such as ~/.local/share/Cemu/mlc01/, upon its first run. By implementing this solution in CPP, Cemu will automatically generate the settings.xml file when opened for the first time, eliminating the need for manual input through dialog boxes.
Proposed Solution
Implement a feature in Cemu that allows for the automatic generation of configuration files when it is executed from the terminal. This would enhance usability for users who rely on scripts and automation tools.
Additional Context
Automating this process would align with practices seen in other emulators and improve user experience by reducing manual steps required during initial setup or batch operations.
Steps to Reproduce
Steps to Reproduce
Script Execution:
~/.config/Cemu/settings.xml
is not generated.GUI Method:
Cemu-2.2-x86_64.AppImage
.~/.config/Cemu/settings.xml
is generated.System Info (Optional)
OS: GPU:
Emulation Settings (Optional)
No response
Logs (Optional)
No response