Commit Graph

3 Commits

Author SHA1 Message Date
Matt Nadareski
2c4e0ba588 Fix rv2xml
It turns out that I needed to understand why my regex was failing in
order to figure out why the XML wasn't writing out. The XML writer was
being initialized improperly, wasn't having some settings set, some of
the regex was wrong, lines needed to be trimmed, and logic needed to be
backported for rom/disk handling.
2016-04-04 03:18:09 -07:00
Matt Nadareski
0a695ae807 Add experimental RV to XML format conversion
This function is currently unused because local tests have been
inconclusive if it even works properly. This is based on code that is
found in the desktop version which functions in the correct manner.
2016-03-21 21:49:48 -07:00
Matt Nadareski
7ed8f5f06d Moving all files out of unnecessary subfolder 2016-03-18 01:42:48 -07:00