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 DSPAnalyzer: Disable update SR analysis 2021-08-22 17:07:43 -07:00
DSPAssembler.cpp Core/VideoCommon: Fix some weird (!eof) logic. 2024-12-30 20:13:59 -06:00
DSPAssembler.h DSPAssembler: Rework errors and warnings 2022-05-23 20:27:17 -07:00
DSPBreakpoints.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCaptureLogger.cpp treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCaptureLogger.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCodeUtil.cpp DSPCodeUtil: Include the PC and hex in the "Extra code words" section 2022-06-14 12:22:06 -07:00
DSPCodeUtil.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPCommon.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
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 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 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 Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPStacks.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPTables.cpp DSP tests: update DSP MMIO labels 2025-04-25 00:51:46 +01: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