mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Remove dumb CodeBlock duplication in the emitters.
Fixes issue 6990. This uses a bit of templating to remove the duplicate code that is the CodeBlocks in each emitter headers. No actual functionality change in this.
This commit is contained in:
@ -88,7 +88,7 @@ private:
|
||||
|
||||
// ARMTODO: This should be done in a better way
|
||||
#ifndef _M_GENERIC
|
||||
class VertexLoader : public Gen::XCodeBlock, NonCopyable
|
||||
class VertexLoader : public Gen::X64CodeBlock
|
||||
#else
|
||||
class VertexLoader
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user