dolphin/Source/Core/Core/DSP
mitaclaw 62b2b939b5 Simplify std::find_if with std::ranges::find and projections
In LabelMap.cpp, the code is currently unused so I was unable to test it.

In WiiUtils.cpp, the magic value `1u` was replaced by the constant value `DiscIO::PARTITION_UPDATE`.
2025-03-09 13:26:35 -07:00
..
Interpreter
Jit Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
DSPAccelerator.cpp
DSPAccelerator.h
DSPAnalyzer.cpp
DSPAnalyzer.h
DSPAssembler.cpp Core/VideoCommon: Fix some weird (!eof) logic. 2024-12-30 20:13:59 -06:00
DSPAssembler.h
DSPBreakpoints.h
DSPCaptureLogger.cpp
DSPCaptureLogger.h
DSPCodeUtil.cpp
DSPCodeUtil.h
DSPCommon.h
DSPCore.cpp Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
DSPCore.h
DSPDisassembler.cpp
DSPDisassembler.h
DSPHost.h
DSPHWInterface.cpp
DSPMemoryMap.cpp
DSPStacks.cpp
DSPTables.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
DSPTables.h Modernize std::find_if with ranges 2024-10-10 15:28:11 -07:00
LabelMap.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
LabelMap.h