renderer_gl: Port over gl_shader_decompiler module from Citra.

This commit is contained in:
bunnei 2018-03-19 18:51:43 -04:00
parent a533c3398c
commit f1e9d5404d
3 changed files with 87 additions and 0 deletions

View file

@ -16,6 +16,8 @@ add_library(video_core STATIC
renderer_opengl/gl_rasterizer_cache.cpp
renderer_opengl/gl_rasterizer_cache.h
renderer_opengl/gl_resource_manager.h
renderer_opengl/gl_shader_decompiler.cpp
renderer_opengl/gl_shader_decompiler.h
renderer_opengl/gl_shader_util.cpp
renderer_opengl/gl_shader_util.h
renderer_opengl/gl_state.cpp