summaryrefslogtreecommitdiffstats
path: root/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
diff options
context:
space:
mode:
authorFernandoS27 <fsahmkow27@gmail.com>2021-03-21 03:48:40 +0100
committerameerj <52414509+ameerj@users.noreply.github.com>2021-07-23 03:51:23 +0200
commit9e213fd861d264cf79d7a6ed0268a57c87306b9b (patch)
treebe63773390ec95dbaf349e27db08b98f050d8250 /src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
parentshader: Implement HMUL2 (diff)
downloadyuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.tar
yuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.tar.gz
yuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.tar.bz2
yuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.tar.lz
yuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.tar.xz
yuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.tar.zst
yuzu-9e213fd861d264cf79d7a6ed0268a57c87306b9b.zip
Diffstat (limited to '')
-rw-r--r--src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h b/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
index f26ef0949..24063b2ab 100644
--- a/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
+++ b/src/shader_recompiler/frontend/maxwell/translate/impl/half_floating_point_helper.h
@@ -5,6 +5,7 @@
#include "common/common_types.h"
#include "shader_recompiler/exception.h"
#include "shader_recompiler/frontend/maxwell/translate/impl/common_encoding.h"
+#include "shader_recompiler/frontend/maxwell/translate/impl/common_funcs.h"
#include "shader_recompiler/frontend/maxwell/translate/impl/impl.h"
namespace Shader::Maxwell {