tests: Port merry's audio tests (#7354)

This commit is contained in:
SachinVin
2024-01-21 09:46:00 +05:30
committed by GitHub
parent 789654d7da
commit 228f26d1e4
8 changed files with 705 additions and 1 deletions

View File

@@ -200,7 +200,7 @@ void DSP_DSP::UnloadComponent(Kernel::HLERequestContext& ctx) {
IPC::RequestBuilder rb = rp.MakeBuilder(1, 0);
rb.Push(ResultSuccess);
LOG_INFO(Service_DSP, "(STUBBED)");
LOG_INFO(Service_DSP, "called");
}
void DSP_DSP::FlushDataCache(Kernel::HLERequestContext& ctx) {