mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06:00
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