diff options
| author | 2015-06-21 17:22:34 -0700 | |
|---|---|---|
| committer | 2015-06-21 17:22:34 -0700 | |
| commit | dc09a2ecb50e218699ebd1ff9ce9fe85060015aa (patch) | |
| tree | a0cf79849c3920e17bac4bd0c0dc29ce3574ba6e /src/core/CMakeLists.txt | |
| parent | Merge pull request #839 from Lectem/whitespacepolicy (diff) | |
| parent | Y2R: Rework conversion process, enabling support for all formats (diff) | |
| download | yuzu-dc09a2ecb50e218699ebd1ff9ce9fe85060015aa.tar.gz yuzu-dc09a2ecb50e218699ebd1ff9ce9fe85060015aa.tar.xz yuzu-dc09a2ecb50e218699ebd1ff9ce9fe85060015aa.zip | |
Merge pull request #860 from yuriks/y2r-color
Color support for Y2R
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 057b8ca0c..4fcda4874 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt | |||
| @@ -108,6 +108,7 @@ set(SRCS | |||
| 108 | hw/gpu.cpp | 108 | hw/gpu.cpp |
| 109 | hw/hw.cpp | 109 | hw/hw.cpp |
| 110 | hw/lcd.cpp | 110 | hw/lcd.cpp |
| 111 | hw/y2r.cpp | ||
| 111 | loader/3dsx.cpp | 112 | loader/3dsx.cpp |
| 112 | loader/elf.cpp | 113 | loader/elf.cpp |
| 113 | loader/loader.cpp | 114 | loader/loader.cpp |
| @@ -233,6 +234,7 @@ set(HEADERS | |||
| 233 | hw/gpu.h | 234 | hw/gpu.h |
| 234 | hw/hw.h | 235 | hw/hw.h |
| 235 | hw/lcd.h | 236 | hw/lcd.h |
| 237 | hw/y2r.h | ||
| 236 | loader/3dsx.h | 238 | loader/3dsx.h |
| 237 | loader/elf.h | 239 | loader/elf.h |
| 238 | loader/loader.h | 240 | loader/loader.h |