• New icons for GTK GUI
  • Removed GTK 1.2 GUI build; GTK 2.0 is required now
  • Added file pointer checking for frwite() calls and error logging
  • Added scrolling to the the rom list widget
  • Added main/version.h file to store Mupen64-amd64 package version
  • Print joystick numbers along with names in blight input to tell multiple devices apart
  • Merged okaygo’s TLB hack for Goldeneye from Mupen64++
  • Rework GTK GUI config dialog; fixed bugs in ROM directory list
  • Bugfix: segfault from playing same game twice in a row from GUI
  • Bugfix: segfault from fwrite() failure in dma_pi_read in memory/dma.c
  • Bugfix: exit properly instead of segfault after dyna_stop is called
  • Bugfix: blight input: SDL_PumpEvents must be called from thread which initialized SDL video mode
  • Bugfix: blight_input: joystick handling caused glitch in config dialog
  • Bugfix: makefile: 32-bit CFLAGS must be used when doing 32-bit build on 64-bit machine
  • Bugfix: Added makefile to root folder for building releases