Homepage › Forums › RetroPie Project › Everything else related to the RetroPie Project › Not saving to gamelist.xml › Reply To: Not saving to gamelist.xml
07/30/2014 at 23:15
#21891
Participant
OK, I’ve solved it !
The default gamelist.xml files are not formatted correctly, if you open one in a Text Editor it is formatted like this:
<?xml version=”1.0″?>
<gameList />
What you need to do is correctly format the default gamelist.xml like this:
<?xml version=”1.0″?>
<gameList>
</gameList>
No idea why they are all wrong as this was built from a 2.3 image and I didn’t alter them ???