renderer_opengl: isolate core presentation code

This commit is contained in:
Liam
2024-01-12 00:46:17 -05:00
parent 453091f611
commit 2b1dd3bef5
6 changed files with 639 additions and 577 deletions

View File

@ -118,6 +118,8 @@ add_library(video_core STATIC
renderer_null/renderer_null.h
renderer_opengl/blit_image.cpp
renderer_opengl/blit_image.h
renderer_opengl/gl_blit_screen.cpp
renderer_opengl/gl_blit_screen.h
renderer_opengl/gl_buffer_cache_base.cpp
renderer_opengl/gl_buffer_cache.cpp
renderer_opengl/gl_buffer_cache.h