mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 02:52:32 -07:00
VideoCore: Move Regs to its own file
This commit is contained in:
@@ -5,6 +5,7 @@ set(SRCS
|
||||
pica.cpp
|
||||
primitive_assembly.cpp
|
||||
rasterizer.cpp
|
||||
regs.cpp
|
||||
renderer_base.cpp
|
||||
renderer_opengl/gl_rasterizer.cpp
|
||||
renderer_opengl/gl_rasterizer_cache.cpp
|
||||
@@ -32,6 +33,7 @@ set(HEADERS
|
||||
primitive_assembly.h
|
||||
rasterizer.h
|
||||
rasterizer_interface.h
|
||||
regs.h
|
||||
regs_framebuffer.h
|
||||
regs_lighting.h
|
||||
regs_pipeline.h
|
||||
|
Reference in New Issue
Block a user