[APU] Move XmaContext::Block() to base class with RAII locking

This commit is contained in:
Herman S.
2026-02-10 00:12:27 +09:00
parent b0a387c6ea
commit 0efd3a9610
9 changed files with 10 additions and 49 deletions

View File

@@ -36,7 +36,6 @@ class XmaContextFake : public XmaContext {
bool Work() override;
void Enable() override;
bool Block(bool poll) override;
void Clear() override;
void Disable() override;
void Release() override;