mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 16:59:13 +00:00
VertexLoader: add new JIT
This commit is contained in:
parent
eb13aa43fe
commit
e82e9f97f5
9 changed files with 438 additions and 40 deletions
|
@ -58,7 +58,6 @@ public:
|
|||
|
||||
// Matrix components are first in GC format but later in PC format - we need to store it temporarily
|
||||
// when decoding each vertex.
|
||||
u8 m_curposmtx;
|
||||
u8 m_curtexmtx[8];
|
||||
int m_texmtxwrite;
|
||||
int m_texmtxread;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue