tests/audio_core: add sanity test cases for LLE vs HLE
This commit is contained in:
parent
8cada619b3
commit
5311c939a2
6 changed files with 266 additions and 1 deletions
|
@ -28,6 +28,9 @@ public:
|
|||
|
||||
void SetServiceToInterrupt(std::weak_ptr<Service::DSP::DSP_DSP> dsp) override;
|
||||
|
||||
void SetSemaphoreHandler(std::function<void()> handler);
|
||||
void SetRecvDataHandler(u8 index, std::function<void()> handler);
|
||||
|
||||
void LoadComponent(const std::vector<u8>& buffer) override;
|
||||
void UnloadComponent() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue