dolphin/Source/Core/Core/DSP
Pokechu22 a244cb868b DSPTool: Fix missing error when redefining labels
The logging was broken in 958cbf38a4 (DSPTool doesn't use dolphin's logging system, so it just produced nothing; the same thing affected comparing before 693a29f8ce).

AssemblerError::LabelAlreadyExists (previously ERR_LABEL_EXISTS) simply was never used.
2023-02-04 17:31:06 -08:00
..
Interpreter CoreTiming: Refactor to class. 2022-11-27 03:47:12 +01:00
Jit Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08:00
DSPAccelerator.cpp
DSPAccelerator.h
DSPAnalyzer.cpp
DSPAnalyzer.h
DSPAssembler.cpp DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08: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 DSPLLE: More accurately handle initialization behavior 2022-06-16 12:18:05 -07:00
DSPCore.h DSPLLE: More accurately handle initialization behavior 2022-06-16 12:18:05 -07:00
DSPDisassembler.cpp Fix build errors related to formatting non-scoped enums 2022-11-23 13:45:43 -08: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
DSPTables.h
LabelMap.cpp DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00
LabelMap.h DSPTool: Fix missing error when redefining labels 2023-02-04 17:31:06 -08:00