diff options
author | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-03-01 07:30:09 +0100 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-23 03:51:23 +0200 |
commit | e0389286165805258fa2e54014c2dc506ffb9f35 (patch) | |
tree | d7830153aac3a2ad93fd93f8b74516bbeb8f3718 /src/shader_recompiler/CMakeLists.txt | |
parent | shader: Make IMNMX, SHR, SEL stylistically more consistent (diff) | |
download | yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.tar yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.tar.gz yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.tar.bz2 yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.tar.lz yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.tar.xz yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.tar.zst yuzu-e0389286165805258fa2e54014c2dc506ffb9f35.zip |
Diffstat (limited to '')
-rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index a227ce21b..89fc24f62 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt @@ -62,6 +62,8 @@ add_library(shader_recompiler STATIC frontend/maxwell/translate/impl/bitfield_extract.cpp frontend/maxwell/translate/impl/bitfield_insert.cpp frontend/maxwell/translate/impl/common_encoding.h + frontend/maxwell/translate/impl/common_funcs.cpp + frontend/maxwell/translate/impl/common_funcs.h frontend/maxwell/translate/impl/floating_point_add.cpp frontend/maxwell/translate/impl/floating_point_conversion_integer.cpp frontend/maxwell/translate/impl/floating_point_fused_multiply_add.cpp @@ -72,6 +74,7 @@ add_library(shader_recompiler STATIC frontend/maxwell/translate/impl/impl.h frontend/maxwell/translate/impl/integer_add.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 frontend/maxwell/translate/impl/integer_popcount.cpp frontend/maxwell/translate/impl/integer_scaled_add.cpp |