Files
dolphin/Source/Core/Core
Lioncash cc512a7524 DSPAnalyzer: Break tight coupling to SDSP
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.
2020-12-28 13:15:48 -05:00
..
2020-12-24 23:38:59 -06:00
2020-12-15 02:34:25 +01:00
2020-12-27 06:38:02 -05:00
2020-08-27 21:54:04 +01:00
2020-12-15 02:34:25 +01:00
2020-11-28 23:35:55 +01:00
2020-11-28 23:35:55 +01:00
2020-12-27 06:38:02 -05:00
2020-12-19 23:22:06 -05:00
2020-12-19 23:22:06 -05:00
2019-07-18 22:29:04 +02:00