mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
Fix DSPAcceleratorTest
This commit is contained in:
committed by
Tillmann Karras
parent
ac2fdefcb4
commit
0dd282f626
@@ -17,7 +17,7 @@ public:
|
||||
{
|
||||
std::array<s16, 16> coefs{};
|
||||
m_accov_raised = false;
|
||||
return Read(coefs.data());
|
||||
return ReadSample(coefs.data());
|
||||
}
|
||||
|
||||
bool EndExceptionRaised() const { return m_accov_raised; }
|
||||
|
||||
Reference in New Issue
Block a user