Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/fceux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-08-20Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-20Qt GUI fixes for recent changes to fceu core cheats API.harry
2022-08-19change cheat system name buffer management to use std::string to avoid issues...zeromus
2022-08-19Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-18Fixed Qt GUI --help command line option when no window system is present (X11...harry
2022-08-13Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-12supper mapper218 (fixes #447)zeromus
2022-08-11Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-10Qt trace logger optimization. Added code to flush data to disk when emulation...harry
2022-08-10Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-09make scmrev command work like desmume does (using system32 directory instead ...zeromus
2022-08-09Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-08change built-in palettes to be bit-shifted properly so that whites are pure F...zeromus
2022-08-06Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-05rename all iNES Header Editor to NES Header Editor (re #519)zeromus
2022-08-05Bug fix for mismatched allocation/deallocation calls. Memory allocated with m...harry
2022-08-05Bug fix for missing va_end on stdarg list. According to online documentation,...harry
2022-08-05Fix for small memory leak in GetBackupFileName(). strdup allocates memory and...harry
2022-08-05Added cmake command line option to build with clang/gcc address sanitizer ena...harry
2022-08-05Removed redundant chunk size field from auds header in Avi RIFF viewer.harry
2022-08-05Fix for heap read overflow in Qt Avi Riff viewer when reading avi files creat...harry
2022-08-05Fix for global variable SFCPU read overflow error when running with clang/gcc...harry
2022-06-06Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-06-05Fix Apple Town Story (FDS) crashnegative
2022-06-05FDS: Update IRQ based on latest hardware notesnegative
2022-06-04Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-06-03Add size limit of 32768 to strings to guard against corrupt filesDwedit
2022-06-03Mapper 235: Update support for 260-in-1 and add UNROM modenegative
2022-06-02Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-06-01Minor optimization of openGL alpha blending for Qt GUI.harry
2022-06-01For Qt GUI, added logic to raise and shift focus to hex editor window when op...harry
2022-06-01For Qt GUI build, make timestamp UTC based for reproducible builds. Patch fro...harry
2022-06-01For Qt GUI, enable openGL GL_BLEND and set blend function to GL_ONE_MINUS_SRC...harry
2022-06-01Fix libswresample-dev dependency name for ubuntu linux appveyor build script.harry
2022-04-27Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-04-26oops, we've got to stub FCEUD_FlushTrace on these other platformszeromus
2022-04-26remove fflush call on every single instruction trace, which can make modern S...zeromus
2022-03-25Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-03-24Updated home and download web pages for new release.mjbudd77
2022-03-24Updated readmes for 2.6.4mjbudd77
2022-03-24Added 2.6.4 release notes to help docs.mjbudd77
2022-03-24Added 2.6.4. web page press release.Matthew Budd
2022-03-15Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-03-14Fix for Qt iNES header editor mapper index. Account for mapper array not bein...mjbudd77
2022-03-13Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-03-12Updated unix debug build script to allow for selectable Qt5 or Qt6 build.mjbudd77
2022-03-12Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-03-11Minor compiler warning cleanupmjbudd77
2022-03-11More debug print clean up for Qt.mjbudd77
2022-03-11Commented out more debug print statements in Qt GUI.mjbudd77