mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01: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.