mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 14:35:46 +00:00
shader: Implement SEL
This commit is contained in:
parent
ea61e5ba36
commit
1040d61017
4 changed files with 53 additions and 16 deletions
|
@ -79,6 +79,7 @@ add_library(shader_recompiler STATIC
|
|||
frontend/maxwell/translate/impl/move_register.cpp
|
||||
frontend/maxwell/translate/impl/move_special_register.cpp
|
||||
frontend/maxwell/translate/impl/not_implemented.cpp
|
||||
frontend/maxwell/translate/impl/select_source_with_predicate.cpp
|
||||
frontend/maxwell/translate/translate.cpp
|
||||
frontend/maxwell/translate/translate.h
|
||||
ir_opt/collect_shader_info_pass.cpp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue