User Ratings

★★★★★
★★★★
★★★
★★
0
1
0
0
0
ease 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 4 / 5
features 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
design 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 5 / 5
support 1 of 5 2 of 5 3 of 5 4 of 5 5 of 5 2 / 5

Rate This Project
Login To Rate This Project

User Reviews

  • [ Will compile in Ubuntu Zesty 64-bit] [ Open folder ff6edit and do the following: ] [ configure.ac - PKG_CHECK_MODULES, add zlib to end of list ] [ autoreconf --force --install ] [ ./configure ] [ Open folder src and change the files as noted: ] [ ff6.cpp, top.cpp, zsnesloader.cpp, snes9xloader.cpp - at top of file add #include <cstring> ] [ bottom.cpp - guint iCount; changes to gulong iCount; and iCount = (guint)itemCount; changes to iCount = (gulong)itemCount; ] [ top.cpp - sprintf(buffer,"Command%u",i); changes to sprintf(buffer,"Command%lu",i); ] [ zsnesloader.cpp - change "ZSNES Save State File V0.6" to "ZSNES Save State File V" ] [ snes9xloader.cpp - change "#!snes9x" to "#!s9xsnp" and add #include <stdlib.h> ] [ Save state formats have changed since program was written. zsnes was 0.6 and now 143. Still handles that well. snes9x seems to have had such significant changes that program segfaults when trying to open it. ]
  • Previous
  • You're on page 1
  • Next