mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-22 02:39:08 -05:00
cc512a7524
Allows the analyzer to exist independently of the DSP structure. This allows for unit-tests to be created in a nicer manner. SDSP is only necessary during the analysis phase, so we only need to keep a reference around to it then as opposed to the entire lifecycle of the analyzer. This also allows the copy/move assignment operators to be defaulted, as a reference member variable prevents that.