summaryrefslogtreecommitdiffstats
path: root/src/core/frontend/framebuffer_layout.cpp
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:10:25 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2017-05-28 01:10:25 +0200
commitd1bf7919daf830befd8c2166f3844fcdb56d68fa (patch)
tree60ab4434e7a0503d7ca5f5d195d4709fe634f3c1 /src/core/frontend/framebuffer_layout.cpp
parentMerge pull request #2732 from yuriks/add-fmt (diff)
downloadyuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar
yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.gz
yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.bz2
yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.lz
yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.xz
yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.zst
yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.zip
Diffstat (limited to '')
-rw-r--r--src/core/frontend/framebuffer_layout.cpp (renamed from src/common/framebuffer_layout.cpp)2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/framebuffer_layout.cpp b/src/core/frontend/framebuffer_layout.cpp
index a2a0e7dad..f3815170d 100644
--- a/src/common/framebuffer_layout.cpp
+++ b/src/core/frontend/framebuffer_layout.cpp
@@ -5,7 +5,7 @@
#include <cmath>
#include "common/assert.h"
-#include "common/framebuffer_layout.h"
+#include "core/frontend/framebuffer_layout.h"
#include "core/settings.h"
#include "video_core/video_core.h"