mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 00:50:46 -07:00
Implement ATOM shader instruction (#1687)
* Implement ATOM shader instruction * Fix reduction type decoding
This commit is contained in:
@ -10,6 +10,7 @@ namespace Ryujinx.Graphics.Shader.Decoders
|
||||
BitwiseAnd = 5,
|
||||
BitwiseOr = 6,
|
||||
BitwiseExclusiveOr = 7,
|
||||
Swap = 8
|
||||
Swap = 8,
|
||||
SafeAdd = 10 // Only supported by ATOM.
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user