mirror of
https://github.com/RetroPie/EmulationStation.git
synced 2025-04-02 10:41:48 -04:00
Merge pull request #815 from cmitu/input-vestige
input: remove useless XML node in the temporary output
This commit is contained in:
commit
34b2545b0d
1 changed files with 0 additions and 1 deletions
|
@ -366,7 +366,6 @@ void InputManager::writeDeviceConfig(InputConfig* config)
|
||||||
path = getTemporaryConfigPath();
|
path = getTemporaryConfigPath();
|
||||||
doc.reset();
|
doc.reset();
|
||||||
root = doc.append_child("inputList");
|
root = doc.append_child("inputList");
|
||||||
root.append_copy(actionnode);
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue