mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-29 01:47:11 +02:00
Add R2P shader instruction
This commit is contained in:
parent
bda4d677d0
commit
d59bcf8f22
3 changed files with 36 additions and 1 deletions
|
@ -213,7 +213,7 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||
Operand mem,
|
||||
Operand value)
|
||||
{
|
||||
Operand res = null;
|
||||
Operand res = Const(0);
|
||||
|
||||
switch (op)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue