VideoCore: Move Regs to its own file

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

View file

@ -16,8 +16,8 @@
#include "common/color.h"
#include "core/hw/gpu.h"
#include "core/memory.h"
#include "video_core/pica.h"
#include "video_core/pica_state.h"
#include "video_core/regs.h"
#include "video_core/texture/texture_decode.h"
#include "video_core/utils.h"