Skip to content

GBA Studio v4.4.2

Choose a tag to compare

@eoinjordan eoinjordan released this 09 Jun 19:30
· 46 commits to main since this release

GBA Studio v4.4.2

Changes

  • New purple GBA-shaped application icon (Windows/macOS/Linux)
  • Redesigned start-window (splash) logo: cleaner, centered purple GBA logo replacing the CSS-drawn device
  • Rebuilt .gbsproj file-type icon (.ico) from the black cartridge artwork
  • Isometric compile fix: scene-table entries are now cast to const gba_scene_def_t *, so isometric scenes compile without -Wincompatible-pointer-types. This release also bundles the engine with full gba_iso_scene_def_t support (the v4.4.0 installer predated it).