mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-13 13:02:09 +00:00
Common/CodeBlock: Namespace code under the Common namespace
Brings more common code under the Common namespace.
This commit is contained in:
parent
f51eba9e79
commit
1c63a48fab
3 changed files with 5 additions and 2 deletions
|
@ -1155,7 +1155,7 @@ public:
|
|||
}
|
||||
}; // class XEmitter
|
||||
|
||||
class X64CodeBlock : public CodeBlock<XEmitter>
|
||||
class X64CodeBlock : public Common::CodeBlock<XEmitter>
|
||||
{
|
||||
private:
|
||||
void PoisonMemory() override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue