dolphin/Source/Core/Core/DSP
Joshua Vandaële 2c54ee94c1
linter: Apply clang-format 19.1 formatting
find ./Source/ -name '*.cpp' -o -name '*.h' | xargs clang-format-19 -i
2025-04-23 11:19:20 +02:00
..
Interpreter linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
Jit linter: Apply clang-format 19.1 formatting 2025-04-23 11:19:20 +02:00
DSPAccelerator.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
DSPAccelerator.h treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPAnalyzer.cpp DSPAnalyzer: Disable update SR analysis 2021-08-22 17:07:43 -07: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 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 treewide: convert GPLv2+ license info to SPDX tags 2021-07-05 04:35:56 +02:00
DSPHWInterface.cpp Merge pull request #10732 from Pokechu22/dsp-init 2022-06-22 14:36:04 +02: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 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