mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-08 22:01:23 +02:00

Rather than use a bool and out parameter, we can collapse them into one by using a std::optional.
Rather than use a bool and out parameter, we can collapse them into one by using a std::optional.