diff options
| author | 2017-05-27 16:10:25 -0700 | |
|---|---|---|
| committer | 2017-05-27 16:10:25 -0700 | |
| commit | d1bf7919daf830befd8c2166f3844fcdb56d68fa (patch) | |
| tree | 60ab4434e7a0503d7ca5f5d195d4709fe634f3c1 /src/common/CMakeLists.txt | |
| parent | Merge pull request #2732 from yuriks/add-fmt (diff) | |
| download | yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.gz yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.tar.xz yuzu-d1bf7919daf830befd8c2166f3844fcdb56d68fa.zip | |
Move framebuffer_layout from Common to Core
This removes a dependency inversion between core and common. It's also
the proper place for the file since it makes screen layout decisions
specific to the 3DS.
Diffstat (limited to 'src/common/CMakeLists.txt')
| -rw-r--r-- | src/common/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/CMakeLists.txt b/src/common/CMakeLists.txt index 6905d2d50..546a14500 100644 --- a/src/common/CMakeLists.txt +++ b/src/common/CMakeLists.txt | |||
| @@ -27,7 +27,6 @@ configure_file("${CMAKE_CURRENT_SOURCE_DIR}/scm_rev.cpp.in" "${CMAKE_CURRENT_SOU | |||
| 27 | set(SRCS | 27 | set(SRCS |
| 28 | break_points.cpp | 28 | break_points.cpp |
| 29 | file_util.cpp | 29 | file_util.cpp |
| 30 | framebuffer_layout.cpp | ||
| 31 | hash.cpp | 30 | hash.cpp |
| 32 | logging/filter.cpp | 31 | logging/filter.cpp |
| 33 | logging/text_formatter.cpp | 32 | logging/text_formatter.cpp |
| @@ -56,7 +55,6 @@ set(HEADERS | |||
| 56 | common_paths.h | 55 | common_paths.h |
| 57 | common_types.h | 56 | common_types.h |
| 58 | file_util.h | 57 | file_util.h |
| 59 | framebuffer_layout.h | ||
| 60 | hash.h | 58 | hash.h |
| 61 | linear_disk_cache.h | 59 | linear_disk_cache.h |
| 62 | logging/text_formatter.h | 60 | logging/text_formatter.h |