diff --git a/rpcs3/Emu/RSX/GL/GLCompute.cpp b/rpcs3/Emu/RSX/GL/GLCompute.cpp index b2c0ab97df..c6a4767eb2 100644 --- a/rpcs3/Emu/RSX/GL/GLCompute.cpp +++ b/rpcs3/Emu/RSX/GL/GLCompute.cpp @@ -258,8 +258,8 @@ namespace gl cs_shuffle_base::run(cmd, data, num_texels * 4, data_offset); } - template cs_shuffle_d32fx8_to_x8d24f; - template cs_shuffle_d32fx8_to_x8d24f; + template class cs_shuffle_d32fx8_to_x8d24f; + template class cs_shuffle_d32fx8_to_x8d24f; template cs_shuffle_x8d24f_to_d32fx8::cs_shuffle_x8d24f_to_d32fx8() @@ -313,8 +313,8 @@ namespace gl cs_shuffle_base::run(cmd, data, num_texels * 4, data_offset); } - template cs_shuffle_x8d24f_to_d32fx8; - template cs_shuffle_x8d24f_to_d32fx8; + template class cs_shuffle_x8d24f_to_d32fx8; + template class cs_shuffle_x8d24f_to_d32fx8; cs_d24x8_to_ssbo::cs_d24x8_to_ssbo() {