EmuCR Feeds
Email Us

EmuCR:FceuxFceux Git (2023/01/22) is compiled. FCEUX is a cross platform, NTSC and PAL Famicom/NES emulator that is an evolution of the original FCE Ultra emulator. Over time FCE Ultra had separated into many separate branches. The concept behind FCEUX is to merge elements from FCE Ultra, FCEU rerecording, FCEUXD, FCEUXDSP, and FCEU-mm into a single branch of FCEU. As the X implies, it is an all-encompassing FCEU emulator that gives the best of all worlds for the general player, the ROM-hacking community, and the Tool-Assisted Speedrun Community.

Fceux Git changelog:
* Added realloc error checking in convert_fcm function to fix cppcheck warning.
* Further protect against overlapping string copy by checking if pointers are different... just to be sure it is safe.
* Fix crash in Qt GUI for movie player file path parser.
* Fix indentation and add braces to silence empty while loop body compiler warning.
* Bug fix for ASAN error overlapping strcpy source and destination caused curMovieFilename being passed to openRecordingMovie which copies over itself. Changed type from char array to std::string whose assign function will allocate new memory to copy to before deleting the old string buffer.
* Changed temp save/load state file path variables to be std::string.
* Reset std::strings lastSavestateMade and lastLoadstateMade using clear method.
* Fixed if conditionals using lastSavestateMade address that always evaluates to true. Changed lastSavestateMade and lastLoadstateMade to std::string instead of char buffer, ensures proper initialization at startup and allows for unix max path.
* Added a proper contructor to CHEATF_SUBFAST struct to fix clang compiler initializer warning.
* Added FCEU_UNUSED and FCEU_MAYBE_UNUSED macros to help silence certain unused variable and function warnings. Used FCEU_MAYBE_UNUSED to silence unused static function warnings (until it can be deemed that these functions will never be needed). Also, cleaned up a few other unused variable warnings.

Download:
Fceux Git (2023/01/22) x64 : 1cloudfile bayfiles gofile multiup pixeldrain zippyshare
Source: Here



Random Related Topic Refresh Related Topic

Random Related Topic Loading...

0 Comments

Post a Comment

Can't post a comment? Try This!