mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Common/CodeBlock: Namespace code under the Common namespace
Brings more common code under the Common namespace.
This commit is contained in:
@ -1155,7 +1155,7 @@ public:
|
||||
}
|
||||
}; // class XEmitter
|
||||
|
||||
class X64CodeBlock : public CodeBlock<XEmitter>
|
||||
class X64CodeBlock : public Common::CodeBlock<XEmitter>
|
||||
{
|
||||
private:
|
||||
void PoisonMemory() override
|
||||
|
Reference in New Issue
Block a user