diff options
| author | 2018-01-09 22:36:56 -0500 | |
|---|---|---|
| committer | 2018-01-10 23:28:46 -0500 | |
| commit | 292135a3b7c69c7155f1b6298ee76411fa77b627 (patch) | |
| tree | 7549c22d4ef4de7d5991cd550b451c42a3ea4280 | |
| parent | frontend: Update for undocked Switch screen layout. (diff) | |
| download | yuzu-292135a3b7c69c7155f1b6298ee76411fa77b627.tar.gz yuzu-292135a3b7c69c7155f1b6298ee76411fa77b627.tar.xz yuzu-292135a3b7c69c7155f1b6298ee76411fa77b627.zip | |
CMakeLists: Add framebuffer_layout.cpp.
| -rw-r--r-- | src/core/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 9a9aa3539..025177b89 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -10,6 +10,7 @@ set(SRCS | |||
| 10 | file_sys/savedata_archive.cpp | 10 | file_sys/savedata_archive.cpp |
| 11 | file_sys/title_metadata.cpp | 11 | file_sys/title_metadata.cpp |
| 12 | frontend/emu_window.cpp | 12 | frontend/emu_window.cpp |
| 13 | frontend/framebuffer_layout.cpp | ||
| 13 | gdbstub/gdbstub.cpp | 14 | gdbstub/gdbstub.cpp |
| 14 | hle/config_mem.cpp | 15 | hle/config_mem.cpp |
| 15 | hle/kernel/address_arbiter.cpp | 16 | hle/kernel/address_arbiter.cpp |