aboutsummaryrefslogtreecommitdiff
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2022-04-02 15:35:14 -0400
committerGitHub <noreply@github.com>2022-04-02 15:35:14 -0400
commit1cb83c91a65168030362a1a78d26dd7f822a839a (patch)
treebb1013e9543cc306d0425551eb0754b29b3694bb /src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp
parent550844e5e8e52edfb88bffefc4663d64b9b49b88 (diff)
parent0c214cb5b9f209df5f0a00e4bde16f8d295b8301 (diff)
Merge pull request #8142 from Tachi107/typos
fix: typos
Diffstat (limited to 'src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp')
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp b/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp
index 311a9e763..f89ce1b68 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/texture_mipmap_level.cpp
@@ -81,7 +81,7 @@ void Impl(TranslatorVisitor& v, u64 insn, bool is_bindless) {
} const tmml{insn};
if ((tmml.mask & 0b1100) != 0) {
- throw NotImplementedException("TMML BA results are not implmented");
+ throw NotImplementedException("TMML BA results are not implemented");
}
const IR::Value coords{MakeCoords(v, tmml.coord_reg, tmml.type)};