libretroadmin 01b7446a66 filter: revert SSE2/NEON FIR kernel — non-bit-exact, audio regressions
The SSE2/NEON FIR added in df8a6e8 was not bit-exact with the scalar
code it replaced:

  * It packed int32 samples to int16 with PACKSSDW saturation, on the
    assumption that NES audio stays inside int16.  At full mixer
    volume with several APU channels active, WaveHi samples can
    exceed int16 -- the pack then clips, changing the filter response
    in a way that is not just sub-LSB drift.

  * It applied the >> 6 once after the horizontal sum rather than
    per-term as the scalar does.  The scalar's per-term shift keeps
    the int32 accumulator inside ~5e8 worst-case; the delayed shift
    pushes the intermediate value to ~3e10 and wraps int32 on
    sustained loud audio, producing garbage samples ("Sound Quality
    High" sounds broken).

  * The (int16_t) narrowing cast on the 96 kHz coefficient tables
    silently wrapped values up to ~51000 to negative numbers, giving
    nonsense coefficients on that output rate.

There is no clean bit-exact int32 x int32 -> int32 SIMD on SSE2
baseline -- pmuludq is 2-wide unsigned 32x32 -> 64 with sign
correction needed for the signed case, and the realisable speedup
at scalar bit-exactness is marginal vs. the ~1.4% of frame budget
the scalar already costs.  Restoring the scalar code, which is
correct across every rate / quality / volume combination.
2026-06-14 16:37:21 +02:00
2024-09-23 05:55:21 -07:00
2023-01-02 19:47:36 +01:00
2026-04-02 10:14:04 +01:00
Fix
2017-12-21 20:40:28 +09:00
2014-12-23 09:50:29 +01:00
2015-08-06 13:28:43 +02:00
2025-09-03 16:20:50 +02:00
2019-06-28 23:44:06 +02:00

Build Status Build status

FCE Ultra mappers modified

FCEU "mappers modified" is an unofficial build of FCEU Ultra by CaH4e3, which supports a lot of new mappers including some obscure mappers such as one for unlicensed NES ROM's.

Sequential targets Light Guns support added

Support for Sequential targets Light Guns has been added. "Gun Aux A" serves as light sensor logic input.

Description
Pinned internal source mirror of libretro/libretro-fceumm for Supergame releases
Readme 4.3 MiB
Languages
C 97.7%
Python 2%
C++ 0.2%