mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-27 04:36:18 +00: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:
parent
7d8604ac1c
commit
87d106d65c
15 changed files with 111 additions and 145 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue