mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-21 01:58:28 -05:00
159947ab68
We can use if constexpr with the template functions that pass in a non-type template parameter, allowing the removal of branches that aren't taken at compile time. Compilers will generally do this by default, however, we now give a gentle prodding to the compiler if this would otherwise not be the case.