Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-07-25 | Update .gitlab-ci.yml | LibretroAdmin | |
2022-07-25 | Update .gitlab-ci.yml | LibretroAdmin | |
2022-04-01 | Merge pull request #96 from jdgleaver/low-pass-filter | Autechre | |
Snes9x2005 Non-Plus: Add optional low pass audio filter | |||
2022-04-01 | Snes9x2005 Non-Plus: Add optional low pass audio filter | jdgleaver | |
2022-03-22 | Merge pull request #93 from jSTE0/miyoo-fast-aligned | Autechre | |
platform/miyoo: Use optimised build flags | |||
2022-03-22 | Merge pull request #94 from crystalct/master | Autechre | |
PS3/PSL1GHT Makefile update | |||
2022-03-22 | Merge pull request #95 from jdgleaver/audio-sample-pacing | Autechre | |
Fix audio sample pacing | |||
2022-03-22 | Fix memory leaks | jdgleaver | |
2022-03-22 | Fix audio sample pacing | jdgleaver | |
2022-02-28 | PS3/PSL1GHT Makefile update | CrystalCT | |
2022-02-25 | platform/miyoo: Use optimised build flags | jSTE0 | |
Opt-in to FAST_ALIGNED_LSB_WORD_ACCESS optimisation which was actually backported to a standalone fork in m45t3r/snes9x4d@cf6dedb1. Speeds up some CPU and PPU operations. Similarly, stop unrolling loops as in m45t3r/snes9x4d@8a342cde to help small CPU cache devices like the Miyoo. | |||
2022-02-23 | Merge pull request #92 from jSTE0/microopt | Autechre | |
2022-02-22 | dsp1: Use clz CPU instruction when normalising fixed-point numbers | Jonathan Teh | |
Use the gcc built-in function, making the operation constant-time and branch-free. | |||
2022-02-22 | fx: Optimise copying registers on LE platforms | Jonathan Teh | |
Use {READ,WRITE}_WORD so that it copies by word on little-endian platforms. Mark a LUT const for const-correctness. | |||
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' |