Skip to content

Bizhawk Genetic Algorithm Bot v1.0.0

Compare
Choose a tag to compare
@tommai78101 tommai78101 released this 29 Jul 00:39
· 64 commits to development since this release

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).