pj64team / Project64-Legacy

Finishing what we started.
79 stars 7 forks source link

Remove half-baked XML chtdev file #42

Closed parasyte closed 1 year ago

parasyte commented 1 year ago

No idea what the purpose of this is. Looks like some half-baked idea that never went anywhere.

In addition to removing the XML stuff, I also fixed some warnings that have slowly cropped up. Some of these warnings were introduced recently in #41.


According to Gent, this was created as a workaround for flaky crashes in the cheat search. It provided at least something to look at for disaster recovery. We're now going to focus on improving stability instead of these workarounds. But in the near future, I also want to start working on a more proper "session persistence" for some of these things.

I was always annoyed by losing my debugger sessions when closing a ROM. And it's going to get worse when I start adding basic navigation "bookmarks" to the debugger and memory editor. I want to persist this info across sessions. But I want to do it without Ad Hoc XML writers, and I don't want to bring in an XML parser anyway. That's ridiculous.