mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-23 21:27:52 -05: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