VideoCore: Move Regs to its own file

This commit is contained in:
Yuri Kunde Schlesner 2017-01-28 13:27:24 -08:00
parent f7c7f422c6
commit 5759d94b5c
26 changed files with 681 additions and 662 deletions

View file

@ -2,7 +2,7 @@
#include <array>
#include "common/common_types.h"
#include "video_core/pica.h"
#include "video_core/regs_pipeline.h"
namespace Pica {