VideoCore: Move Regs to its own file
This commit is contained in:
parent
f7c7f422c6
commit
5759d94b5c
26 changed files with 681 additions and 662 deletions
|
@ -29,10 +29,10 @@
|
|||
#include "common/math_util.h"
|
||||
#include "common/vector_math.h"
|
||||
#include "video_core/debug_utils/debug_utils.h"
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/pica_state.h"
|
||||
#include "video_core/pica_types.h"
|
||||
#include "video_core/rasterizer_interface.h"
|
||||
#include "video_core/regs.h"
|
||||
#include "video_core/renderer_base.h"
|
||||
#include "video_core/shader/shader.h"
|
||||
#include "video_core/texture/texture_decode.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#include <vector>
|
||||
#include "common/common_types.h"
|
||||
#include "common/vector_math.h"
|
||||
#include "video_core/pica.h"
|
||||
#include "video_core/regs.h"
|
||||
|
||||
namespace CiTrace {
|
||||
class Recorder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue