Skip to content

v1.2.1

Latest
Compare
Choose a tag to compare
@jonko0493 jonko0493 released this 06 Jul 20:55
· 3 commits to main since this release

Fixes

  • Complex switch statements written in C compile to jump tables which were not supported by Wiinject. This adds support for jump tables and thus makes these switch statements work as intended.
  • Wiinject errors were sometimes hard to debug due to vague error messages. This adds more detailed error messages for certain cases that should make things easier to debug.