Skip to content

0.0.10 - Next release.

Compare
Choose a tag to compare
@chaoskagami chaoskagami released this 14 Jun 20:44
· 356 commits to master since this release

Changelog:

  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

Joking aside, here's the real changelog:

  • Menu code has been unified. Notably, your cursor will keep its' position when you go in and out of a submenu. Some of the layout of menus has also been generally improved.
  • Contributed patch directory added. Anyone who has anything cool they want to share - submit a PR! These are bundled with official releases in the /corbenik/contrib directory. Currently, the one patch here is mysterymachine.vco which allows using SALT's servers like their official HANS-based code patcher. (Thanks, @Wolfvak!)
  • Rate limit keypresses to a human amount. That said, how people were hitting this IDK since I don't actually process the key until it is lifted.
  • text/ro/data loading/saving are now separate. This is for a very good reason - combined codebins don't give information about segment size to fix up the current exheader without having an exheader (which with size changes in segments, we need to do)
  • Fixed a crash caused by enabling Loader and EmuNAND at the same time.
  • Fix a crash caused by enabling step through. That said, this is a temporary fix and only prevents hitting the real bug.