dolphin/Source/Core/Core/DSP
Joshua Vandaële 55f0715ad4
c++23: Replace Common::ToUnderlying with std::to_underlying
Requires at least GCC 11, Clang 13, MSVC 19.30 (VS2022 17.0), or AppleClang 13.1.6 (XCode 13.3).
2026-01-09 23:49:10 +01:00
..
Interpreter linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
Jit c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
DSPAccelerator.cpp DSPAccelerator: update comment (NFC) 2025-04-25 01:09:15 +01:00
DSPAccelerator.h DSPAccelerator: rename MMIOPCMHalt to MMIOPCMNoInc 2025-04-25 01:09:15 +01:00
DSPAnalyzer.cpp DSPAnalyzer: Set store instructions as potentially generating exceptions 2025-06-05 19:10:42 +02:00
DSPAnalyzer.h
DSPAssembler.cpp
DSPAssembler.h
DSPBreakpoints.h
DSPCaptureLogger.cpp
DSPCaptureLogger.h
DSPCodeUtil.cpp
DSPCodeUtil.h
DSPCommon.h
DSPCore.cpp Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
DSPCore.h DSP/Jit: Don't return to dispatcher if no exception was generated 2025-06-05 20:57:27 +02:00
DSPDisassembler.cpp c++23: Replace Common::ToUnderlying with std::to_underlying 2026-01-09 23:49:10 +01:00
DSPDisassembler.h
DSPHost.h Host: Remove unnecessary functions 2025-08-03 13:19:30 -07:00
DSPHWInterface.cpp Add accelerator input MMIO register, fix MMIO PCM modes 2025-04-25 00:51:45 +01:00
DSPMemoryMap.cpp
DSPStacks.cpp
DSPTables.cpp DSP tests: update DSP MMIO labels 2025-04-25 00:51:46 +01:00
DSPTables.h
LabelMap.cpp Simplify std::find_if with std::ranges::find and projections 2025-03-09 13:26:35 -07:00
LabelMap.h