mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-01-18 09:53:18 -03:00
We can move the construction of the Diff instance into the body of the if statement, so that we only construct this if the condition is true. While we're at it, we can move the symbol description string into the instance, getting rid of a copy. The function itself can also be const qualified.