mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 08:50:48 +00:00
Use correct exceptions for d3 reads/writes
This commit is contained in:
parent
c9bb258e88
commit
c7d8afc5a7
8 changed files with 41 additions and 21 deletions
|
@ -23,7 +23,9 @@ public:
|
|||
bool EndExceptionRaised() const { return m_accov_raised; }
|
||||
|
||||
protected:
|
||||
void OnEndException() override
|
||||
void OnRawReadEndException() override {}
|
||||
void OnRawWriteEndException() override {}
|
||||
void OnSampleReadEndException() override
|
||||
{
|
||||
EXPECT_TRUE(m_reads_stopped);
|
||||
m_accov_raised = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue