diff options
author | Dwayne Slater <ds84182@gmail.com> | 2016-03-03 04:16:38 +0100 |
---|---|---|
committer | Dwayne Slater <ds84182@gmail.com> | 2016-03-03 04:16:38 +0100 |
commit | 6b775034dd8343c06369b64bf073d6a70f35f510 (patch) | |
tree | f2a9099637bcb218ff0cc789f98151689f65c903 /src/video_core/pica.cpp | |
parent | Merge pull request #1434 from Kloen/legend (diff) | |
download | yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.gz yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.bz2 yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.lz yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.xz yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.tar.zst yuzu-6b775034dd8343c06369b64bf073d6a70f35f510.zip |
Diffstat (limited to 'src/video_core/pica.cpp')
-rw-r--r-- | src/video_core/pica.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/pica.cpp b/src/video_core/pica.cpp index d7b31384a..32ad72674 100644 --- a/src/video_core/pica.cpp +++ b/src/video_core/pica.cpp @@ -6,6 +6,7 @@ #include <unordered_map> #include "video_core/pica.h" +#include "video_core/pica_state.h" #include "video_core/shader/shader.h" namespace Pica { |