mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 11:53:43 +00:00
Shader_IR: mark labels as unused for partial decompile.
This commit is contained in:
committed by
FernandoS27
parent
47e4f6a52c
commit
0366c18d87
@@ -497,9 +497,7 @@ void ASTManager::Decompile() {
|
||||
}
|
||||
}
|
||||
if (can_remove) {
|
||||
auto& manager = label->GetManager();
|
||||
manager.Remove(label);
|
||||
labels.erase(it);
|
||||
label->MarkLabelUnused();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user