diff options
author | Lioncash <mathew1800@gmail.com> | 2015-09-11 13:20:02 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-09-11 13:31:15 +0200 |
commit | aec28ed91eb570c5c7aac31ee6ef302df91ee868 (patch) | |
tree | ce6b4f5b99132665c448b26e3e3c8db88e568617 /src/video_core/debug_utils | |
parent | Merge pull request #1141 from lioncash/hdr (diff) | |
download | yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.gz yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.bz2 yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.lz yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.xz yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.tar.zst yuzu-aec28ed91eb570c5c7aac31ee6ef302df91ee868.zip |
Diffstat (limited to 'src/video_core/debug_utils')
-rw-r--r-- | src/video_core/debug_utils/debug_utils.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/video_core/debug_utils/debug_utils.cpp b/src/video_core/debug_utils/debug_utils.cpp index 9a61e700b..77a4fe272 100644 --- a/src/video_core/debug_utils/debug_utils.cpp +++ b/src/video_core/debug_utils/debug_utils.cpp @@ -31,8 +31,7 @@ #include "video_core/renderer_base.h" #include "video_core/utils.h" #include "video_core/video_core.h" - -#include "debug_utils.h" +#include "video_core/debug_utils/debug_utils.h" using nihstro::DVLBHeader; using nihstro::DVLEHeader; |