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-10-14Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlHEADcoolgirlAutomerge Bot
2022-10-13Upgraded Qt/SDL win64 build dependencies to use SDL-2.24.1 and ffmpeg-5.1.2harry
2022-10-12Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-10-11Undo packaging of LUA DLLs for Qt Win64 GUI. Static lib seems to be more stable.harry
2022-10-11Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-10-10Package lua DLLs and auxlib.lua into Qt win64 zip for IUP functionality.harry
2022-10-10For Qt GUI, added option to use palette background color as video background ...harry
2022-10-10Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-10-10Fix for Qt GUI OpenGL blending parameters.harry
2022-10-09Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-10-08For Qt GUI, added logic to prevent controller buttons that are bound to the k...harry
2022-10-02Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-10-02Updated download links for interim auto builds for new interim-build pre-rele...mjbudd77
2022-10-02Updated access token.mjbudd77
2022-10-01Added appveyor github release functionality. Master auto builds are now uploa...mjbudd77
2022-09-27Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-09-26how to find newer old releasesBrad Smith
2022-09-11Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-09-10fix initialization of xdbuf and xdbackbufzeromus
2022-09-03Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-09-02For Qt GUI, added code to update debugger window ASM view when RAM or ROM edi...harry
2022-08-29Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-29winport - apply ROM file pasting as a single undoable action using the multi-...zeromus
2022-08-28fix a bug in applying some IPS fileszeromus
2022-08-28winport - support loading ips files on top of already loaded roms. I guess th...zeromus
2022-08-28minimum framework to support loading ips files on top of already loaded romszeromus
2022-08-28ok, I realized we need to realloc buffers allocated by FCEU_malloc (why didn'...zeromus
2022-08-25Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-24proper deemph handling for win32 aviout. used 57ec344b1fffd263c64b94cb4a87831...zeromus
2022-08-24ModernDeemphColorMap const argszeromus
2022-08-24add new function FCEU_abort() for calling abort() with a message; use it when...zeromus
2022-08-24don't doubly memzero new allocationszeromus
2022-08-24fix the size parameter of newly-introduced aligned_alloc call to be properly ...zeromus
2022-08-24Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-24For Qt GUI added separate hot keys for soft and hard reset functions. Changed...harry
2022-08-24Fix for unix build, aligned_free does not exist in unix should use plain free...harry
2022-08-23change how memory is allocated to clean up a lot of messed up junk (mainly st...zeromus
2022-08-23newppu - process grayscale (and maybe deemph, not sure) on a per-pixel basis ...zeromus
2022-08-23Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-22Added keyboard state feedback to lua input.get() function for Qt GUI. Returne...harry
2022-08-22Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-21winport - fix prefix checking on memwatch addresses (fixes #496)zeromus
2022-08-21winport - change memwatch addresses to support lower case (partial revert of ...zeromus
2022-08-21winport - change input filter functions to take an index so they can search f...zeromus
2022-08-21winport: tidy edit control sanitizationzeromus
2022-08-21Cheats config improvements for Qt GUI. Added global cheat enable/disable hotk...harry
2022-08-21fix compile errors on linux, probablyzeromus
2022-08-21Merge branch 'master' of https://github.com/TASVideos/fceux into coolgirlAutomerge Bot
2022-08-21add a hotkey to disable active cheats (windows port only, but adding elsewher...zeromus
2022-08-20Minor fixes for warnings found by gcc undefined behavior sanitizer.harry