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 Core/SystemTimers: Refactor to class, move to System. 2024-01-04 23:35:19 +01:00
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: Include the PC and hex in the "Extra code words" section 2022-06-14 12:22:06 -07:00
DSPCodeUtil.h
DSPCommon.h
DSPCore.cpp Modernize std::fill with ranges 2024-10-10 00:53:48 -07:00
DSPCore.h DSPLLE: More accurately handle initialization behavior 2022-06-16 12:18:05 -07:00
DSPDisassembler.cpp EnumUtils: Add Common::ToUnderlying 2023-06-17 07:15:33 -05:00
DSPDisassembler.h DSPDisassembler: Fix out-of-bounds read when the last word is an instruction with a large immediate 2022-06-14 12:22:06 -07:00
DSPHost.h
DSPHWInterface.cpp Merge pull request #10732 from Pokechu22/dsp-init 2022-06-22 14:36:04 +02:00
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 DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00