summaryrefslogtreecommitdiffstats
path: root/src/video_core/pica.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-02-12 21:33:26 +0100
committerGitHub <noreply@github.com>2017-02-12 21:33:26 +0100
commit443bb3d522916f9be2d27fc8b3d7b5cc942213df (patch)
tree5a83052ad2f5888a282d4db2ef9b9f2d4e647a60 /src/video_core/pica.cpp
parentcitra-qt: Don't attempt to scan files with unsupported extensions (#2402) (diff)
parentVideoCore: Split u64 Pica reg unions into 2 separate u32 unions (diff)
downloadyuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.tar
yuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.tar.gz
yuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.tar.bz2
yuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.tar.lz
yuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.tar.xz
yuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.tar.zst
yuzu-443bb3d522916f9be2d27fc8b3d7b5cc942213df.zip
Diffstat (limited to 'src/video_core/pica.cpp')
-rw-r--r--src/video_core/pica.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/pica.cpp b/src/video_core/pica.cpp
index 13f0a4ab9..b95148a6a 100644
--- a/src/video_core/pica.cpp
+++ b/src/video_core/pica.cpp
@@ -5,7 +5,7 @@
#include <cstring>
#include "video_core/pica.h"
#include "video_core/pica_state.h"
-#include "video_core/regs.h"
+#include "video_core/regs_pipeline.h"
namespace Pica {