Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626)
* Get rid of Reflection.Emit dependency on CPU and Shader projects * Remove useless private sets * Missed those due to the alignment
This commit is contained in:
@ -339,7 +339,7 @@ namespace ARMeilleure.Decoders
|
||||
|
||||
if (makeOp != null)
|
||||
{
|
||||
return (OpCode)makeOp(inst, address, opCode);
|
||||
return makeOp(inst, address, opCode);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user