dolphin/Source/Core/Core/Debugger
mitaclaw 110d32729e Simplify std::find with Common::Contains
In NandPaths.cpp, the `std::initializer_list<char>` of illegal characters has been turned into a `char[]` (similar to the one in GameList.cpp).

The reverse iteration in ResourcePack.cpp seemed to provide no benefits, and doing without it it seemed to have no ill effects.
2025-01-01 09:52:03 -08:00
..
BranchWatch.cpp
BranchWatch.h
CodeTrace.cpp Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
CodeTrace.h
Debugger_SymbolMap.cpp
Debugger_SymbolMap.h
DebugInterface.h
Dump.cpp
Dump.h
GCELF.h
OSThread.cpp
OSThread.h
PPCDebugInterface.cpp Simplify std::find with Common::Contains 2025-01-01 09:52:03 -08:00
PPCDebugInterface.h
RSO.cpp Core: Store object name separately for symbols 2024-11-11 12:36:53 -05:00
RSO.h