Skip to content

gba_test v0.1.4

Compare
Choose a tag to compare
@Anders429 Anders429 released this 24 Dec 16:28
· 23 commits to master since this release

Fixed

  • Resolved issue with unstable naked_functions feature which caused compilation failures on the latest nightly builds.

Removed

  • Reliance on asm_const unstable feature (the feature was recently stabilized).
  • Reliance on naked_functions unstable feature, instead implementing the runtime using global_asm!.