mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-26 04:01:35 -04:00
dir_path is used by PanicAlertFormatT, which prior to PR 10209 used a lambda. Before c++20, referring to structured bindings in lambda captures was forbidden. The problem is now doubly fixed, so put the structured binding back in.