mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
shader: Implement IADD3
This commit is contained in:
parent
078a337de9
commit
e17546c05f
3 changed files with 104 additions and 12 deletions
|
@ -74,6 +74,7 @@ add_library(shader_recompiler STATIC
|
|||
frontend/maxwell/translate/impl/impl.cpp
|
||||
frontend/maxwell/translate/impl/impl.h
|
||||
frontend/maxwell/translate/impl/integer_add.cpp
|
||||
frontend/maxwell/translate/impl/integer_add_three_input.cpp
|
||||
frontend/maxwell/translate/impl/integer_compare.cpp
|
||||
frontend/maxwell/translate/impl/integer_compare_and_set.cpp
|
||||
frontend/maxwell/translate/impl/integer_minimum_maximum.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue