diff options
Diffstat (limited to '')
| -rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index fa268d38f..755db5dfa 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt | |||
| @@ -88,6 +88,7 @@ add_library(shader_recompiler STATIC | |||
| 88 | frontend/maxwell/translate/impl/integer_shift_right.cpp | 88 | frontend/maxwell/translate/impl/integer_shift_right.cpp |
| 89 | frontend/maxwell/translate/impl/integer_short_multiply_add.cpp | 89 | frontend/maxwell/translate/impl/integer_short_multiply_add.cpp |
| 90 | frontend/maxwell/translate/impl/integer_to_integer_conversion.cpp | 90 | frontend/maxwell/translate/impl/integer_to_integer_conversion.cpp |
| 91 | frontend/maxwell/translate/impl/load_constant.cpp | ||
| 91 | frontend/maxwell/translate/impl/load_effective_address.cpp | 92 | frontend/maxwell/translate/impl/load_effective_address.cpp |
| 92 | frontend/maxwell/translate/impl/load_store_attribute.cpp | 93 | frontend/maxwell/translate/impl/load_store_attribute.cpp |
| 93 | frontend/maxwell/translate/impl/load_store_memory.cpp | 94 | frontend/maxwell/translate/impl/load_store_memory.cpp |