mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
cmake: Update build files for GL DMA
This commit is contained in:
parent
fc1e19dabc
commit
0605b47a12
1 changed files with 2 additions and 0 deletions
|
@ -478,6 +478,7 @@ target_sources(rpcs3_emu PRIVATE
|
|||
RSX/gcm_printing.cpp
|
||||
RSX/GL/GLCommonDecompiler.cpp
|
||||
RSX/GL/GLCompute.cpp
|
||||
RSX/GL/GLDMA.cpp
|
||||
RSX/GL/GLDraw.cpp
|
||||
RSX/GL/GLFragmentProgram.cpp
|
||||
RSX/GL/GLGSRender.cpp
|
||||
|
@ -503,6 +504,7 @@ target_sources(rpcs3_emu PRIVATE
|
|||
RSX/GL/OpenGL.cpp
|
||||
RSX/GL/upscalers/fsr1/fsr_pass.cpp
|
||||
RSX/GSRender.cpp
|
||||
RSX/Host/RSXDMAWriter.cpp
|
||||
RSX/Null/NullGSRender.cpp
|
||||
RSX/NV47/FW/draw_call.cpp
|
||||
RSX/NV47/FW/reg_context.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue