XMA: Add an idle "low-power" state for the decoder.

This commit is contained in:
Dr. Chat
2017-01-28 20:58:23 -06:00
parent c5487371f9
commit a093fdcef8
4 changed files with 28 additions and 9 deletions

View File

@@ -147,7 +147,7 @@ class XmaContext {
~XmaContext();
int Setup(uint32_t id, Memory* memory, uint32_t guest_ptr);
void Work();
bool Work();
void Enable();
bool Block(bool poll);