Demangle function name on decomp.me scratch creation (#329)

This commit is contained in:
Sebastián Meljem
2026-03-08 14:14:24 -03:00
committed by GitHub
parent 2541aef71a
commit 16fb6a491f
2 changed files with 11 additions and 1 deletions
+1
View File
@@ -75,6 +75,7 @@ fn create_scratch_config(
function_name,
target_obj: target_path.clone(),
preset_id: scratch_config.preset_id,
demangler: state.effective_diff_config().demangler,
})
}