mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06:00
Add R2P shader instruction
This commit is contained in:
@ -213,7 +213,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
||||
Operand mem,
|
||||
Operand value)
|
||||
{
|
||||
Operand res = null;
|
||||
Operand res = Const(0);
|
||||
|
||||
switch (op)
|
||||
{
|
||||
|
Reference in New Issue
Block a user