From 38aa116c59e1c4382e5c59c0240cf78279e695ce Mon Sep 17 00:00:00 2001 From: kd-11 Date: Wed, 21 Sep 2022 23:38:37 +0300 Subject: [PATCH] Fix build --- rpcs3/Emu/RSX/GL/GLCompute.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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() {