Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-02-22 | dsp: Fix assignment of Op11Xr | Jonathan Teh | |
Fix regression introduced in snes9x-1.40. | |||
2022-02-22 | gfx: Use simpler equality test for IPPU.FrameCount | Jonathan Teh | |
As it's only incremented here and then reset to 0, avoids integer division, which can be be expensive on CPUs without this instruction such as pre-ARMv7 classic ARMs. | |||
2022-01-29 | Merge pull request #91 from keithbowes/soft-reset | Autechre | |
Call S9xSoftReset() instead of S9xReset(), like newer Snes9x cores do | |||
2022-01-28 | Call S9xSoftReset() instead of S9xReset(), like newer Snes9x cores do | Keith Bowes | |
2022-01-10 | Merge pull request #90 from salvacam/master | Autechre | |
add Miyoo target | |||
2022-01-10 | add Miyoo target | salvacam | |
2021-11-03 | Cleanups | twinaphex | |
2021-09-27 | Get rid of source/boolean.h | twinaphex | |
2021-09-17 | Merge pull request #89 from jdgleaver/vfs-support | Autechre | |
Replace direct direct file access with VFS routines | |||
2021-09-17 | Replace direct direct file access with VFS routines | jdgleaver | |
2021-08-17 | Revert "Update core options" | twinaphex | |
This reverts commit 0cc36302575b2bc3b2f1dc56648f7c8365a70a82. | |||
2021-08-16 | Update core options | twinaphex | |
2021-08-12 | Prevent some warnings from unused functions | twinaphex | |
2021-08-12 | * Rename core options prefix from 'catsfc' to 'snes9x_2005' | twinaphex | |
* Update to core options v2 - add Emulation Hacks category | |||
2021-06-07 | Cleanup | twinaphex | |
2021-06-07 | Cleanups | twinaphex | |
2021-06-07 | Cleanups | twinaphex | |
2021-06-04 | Rename LOAD_FROM_MEMORY_TEST to LOAD_FROM_MEMORY | twinaphex | |
2021-03-25 | Add od-beta | twinaphex | |
2021-03-11 | Add ios-arm64/tvos-arm64 | twinaphex | |
2021-02-14 | (MVC) Embed MSVCRT runtime | twinaphex | |
2021-02-10 | Add MSVC 2005/2010 for Snes9x 2005 Plus | twinaphex | |
2021-02-10 | Add MSVC 2005/2010 targets | twinaphex | |
2021-02-10 | Add MSVC 2005 and 2010 targets | twinaphex | |
2021-01-29 | (MacOS) Add ARM 64bit support | twinaphex | |
2021-01-28 | (macOS) Set up CROSS_COMPILING for ARM 64bit | twinaphex | |
2021-01-09 | Update .gitlab-ci.yml | Autechre | |
2021-01-07 | Update .gitlab-ci.yml | Autechre | |
2021-01-02 | Update .gitlab-ci.yml | Autechre | |
2020-12-29 | Update Makefile | Autechre | |
2020-12-29 | Update Makefile | Autechre | |
2020-12-29 | Update .gitlab-ci.yml | Autechre | |
2020-12-25 | Merge pull request #86 from jdgleaver/gitlab-cleanup | Autechre | |
(.gitlab-ci.yml) Remove redundant android core defintion | |||
2020-12-19 | Update | twinaphex | |
2020-12-18 | (.gitlab-ci.yml) Remove redundant android core defintion | jdgleaver | |
2020-12-18 | Merge pull request #85 from jdgleaver/gitlab-multi-core | Autechre | |
(.gitlab-ci.yml) Enable building of both 'snes9x2005' and 'snes9x2005_plus' | |||
2020-12-18 | (.gitlab-ci.yml) Enable building of both 'snes9x2005' and 'snes9x2005_plus' | jdgleaver | |
2020-12-08 | Update .gitlab-ci.yml | Autechre | |
2020-12-08 | Update .gitlab-ci.yml | Autechre | |
2020-11-27 | Merge pull request #84 from jdgleaver/dingux-gitlab-ci | Autechre | |
Add OpenDingux target to .gitlab-ci.yml | |||
2020-11-27 | Add OpenDingux target to .gitlab-ci.yml | jdgleaver | |
2020-10-22 | Merge pull request #81 from jdgleaver/frameskip-counter-fix | Autechre | |
Ensure frameskip counter is reset when a frame is rendered | |||
2020-10-22 | Ensure frameskip counter is reset when a frame is rendered | jdgleaver | |
2020-10-20 | Merge pull request #80 from jdgleaver/frameskip-latency | Autechre | |
Frameskip improvements | |||
2020-10-20 | Frameskip improvements | jdgleaver | |
2020-10-19 | Merge pull request #79 from jdgleaver/sa1-state-fix | Autechre | |
Fix save states for SA1-enhanced games | |||
2020-10-19 | Update .gitlab-ci.yml | Autechre | |
2020-10-19 | Fix save states for SA1-enhanced games | jdgleaver | |
2020-10-18 | Merge pull request #78 from jdgleaver/save-state-fix | Autechre | |
Snes9x2005 (Non-Plus): Fix save state audio | |||
2020-10-18 | Snes9x2005 (Non-Plus): Fix save state audio | jdgleaver | |