dxx-rebirth/similar/arch
Kp 48fd582698 Simplify filter_fir max_idx
Observe that `nn` is at most `signal.size() - 1`, which occurs on the
final pass of the loop.  Therefore, `std::min` will always pick `nn`
instead of `signal.size() - 1`, so simplify out the call.
2022-11-12 19:31:52 +00:00
..
ogl Default disable VR side-by-side for OpenGL ES 2022-10-09 23:15:20 +00:00
sdl Simplify filter_fir max_idx 2022-11-12 19:31:52 +00:00
win32 Add Windows version resource for Windows build 2022-09-11 17:00:45 +00:00