summaryrefslogtreecommitdiff
path: root/src/core/hw/gpu.cpp
diff options
context:
space:
mode:
authorGravatar archshift2015-05-31 09:55:29 -0700
committerGravatar archshift2015-05-31 09:55:29 -0700
commit0414ad20cb82ef0565d08c4102b64ccbc89d5012 (patch)
tree3ec018dd373582c3f460ae0441f600ba5c445e48 /src/core/hw/gpu.cpp
parentMerge pull request #832 from yuriks/refresh-rate-option (diff)
parentMove video_core/color.h to common/color.h (diff)
downloadyuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.gz
yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.tar.xz
yuzu-0414ad20cb82ef0565d08c4102b64ccbc89d5012.zip
Merge pull request #811 from archshift/commonify
Commonify video_core utility headers
Diffstat (limited to 'src/core/hw/gpu.cpp')
-rw-r--r--src/core/hw/gpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hw/gpu.cpp b/src/core/hw/gpu.cpp
index 789d3dda4..7471def57 100644
--- a/src/core/hw/gpu.cpp
+++ b/src/core/hw/gpu.cpp
@@ -2,6 +2,7 @@
2// Licensed under GPLv2 or any later version 2// Licensed under GPLv2 or any later version
3// Refer to the license.txt file included. 3// Refer to the license.txt file included.
4 4
5#include "common/color.h"
5#include "common/common_types.h" 6#include "common/common_types.h"
6 7
7#include "core/arm/arm_interface.h" 8#include "core/arm/arm_interface.h"
@@ -22,7 +23,6 @@
22#include "video_core/command_processor.h" 23#include "video_core/command_processor.h"
23#include "video_core/utils.h" 24#include "video_core/utils.h"
24#include "video_core/video_core.h" 25#include "video_core/video_core.h"
25#include "video_core/color.h"
26 26
27namespace GPU { 27namespace GPU {
28 28