mirror of
https://github.com/PCSX2/pcsx2.git
synced 2026-09-10 14:52:58 +02:00
gsdx sw x64: use rip addressing on setup prim
byte code: 9017 => 8736 Save a register
This commit is contained in:
@@ -67,6 +67,7 @@ void GSSetupPrimCodeGenerator::InitVectors()
|
||||
GSSetupPrimCodeGenerator::GSSetupPrimCodeGenerator(void* param, uint64 key, void* code, size_t maxsize)
|
||||
: GSCodeGenerator(code, maxsize)
|
||||
, m_local(*(GSScanlineLocalData*)param)
|
||||
, m_rip(false)
|
||||
{
|
||||
m_sel.key = key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user