Bizhawk Genetic Algorithm Bot v1.0.0
Finally, I think the bot is mature enough. I'm marking v1.0.0 as the first official major release.
Changelogs:
- Fixed the settings persistence issue with the configuration file.
- Apparently, the key here is to put[ConfigPersist]
only on declared BizHawk data structures, and not on custom classes.
- And you can put multiple[ConfigPersist]
attributes on other supported data structures (C# standard types and BizHawk types).