HLE/IPC: move command buffer translation into kernel as TODO says

This commit is contained in:
Weiyi Wang
2019-02-02 15:18:01 -05:00
parent de1128c60d
commit 36c8e1d7a9
5 changed files with 31 additions and 36 deletions

View File

@ -102,6 +102,7 @@ private:
std::string name = "Unknown");
friend class KernelSystem;
KernelSystem& kernel;
};
} // namespace Kernel