mirror of
https://github.com/PCSX2/pcsx2.git
synced 2025-12-16 04:08:48 +00:00
Debugger: Fix Automatically Select Symbols To Clear checkbox
This commit is contained in:
parent
3195befab1
commit
a8ea4e55ef
@ -311,6 +311,7 @@ void SymbolImporter::ClearExistingSymbols(ccc::SymbolDatabase& database, const P
|
||||
{
|
||||
bool should_destroy = ShouldClearSymbolsFromSourceByDefault(source.name());
|
||||
|
||||
if (!options.AutomaticallySelectSymbolsToClear)
|
||||
for (const DebugSymbolSource& source_config : options.SymbolSources)
|
||||
if (source_config.Name == source.name())
|
||||
should_destroy = source_config.ClearDuringAnalysis;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user