Fix linux build

This commit is contained in:
kd-11 2022-06-26 21:31:21 +03:00 committed by kd-11
parent 453e1bfaec
commit 9cc15be7f2
1 changed files with 3 additions and 0 deletions

View File

@ -463,9 +463,12 @@ target_sources(rpcs3_emu PRIVATE
RSX/Program/VertexProgramDecompiler.cpp RSX/Program/VertexProgramDecompiler.cpp
RSX/Capture/rsx_capture.cpp RSX/Capture/rsx_capture.cpp
RSX/Capture/rsx_replay.cpp RSX/Capture/rsx_replay.cpp
RSX/GL/glutils/blitter.cpp
RSX/GL/glutils/buffer_object.cpp RSX/GL/glutils/buffer_object.cpp
RSX/GL/glutils/common.cpp RSX/GL/glutils/common.cpp
RSX/GL/glutils/fbo.cpp
RSX/GL/glutils/image.cpp RSX/GL/glutils/image.cpp
RSX/GL/glutils/program.cpp
RSX/GL/glutils/ring_buffer.cpp RSX/GL/glutils/ring_buffer.cpp
RSX/GL/GLCommonDecompiler.cpp RSX/GL/GLCommonDecompiler.cpp
RSX/GL/GLCompute.cpp RSX/GL/GLCompute.cpp