mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
DSPAnalyzer: Implement DSP analyzer skeleton and use it
Attempts to simply make use of the interface. Cleanup will follow in subsequent commits to make for nicer review.
This commit is contained in:
@ -93,8 +93,7 @@ void CodeLoaded(DSPCore& dsp, const u8* ptr, size_t size)
|
||||
UpdateDebugger();
|
||||
|
||||
dsp.ClearIRAM();
|
||||
|
||||
Analyzer::Analyze(state);
|
||||
state.GetAnalyzer().Analyze();
|
||||
}
|
||||
|
||||
void UpdateDebugger()
|
||||
|
Reference in New Issue
Block a user