summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar Yuri Kunde Schlesner2015-06-07 22:24:03 -0300
committerGravatar Yuri Kunde Schlesner2015-06-21 20:58:55 -0300
commit3e6663da433d98a0bf4db1256ea3ccdefd404a0c (patch)
tree88dc92d21b40edc99edf6c818a9c304b7f75cb1b /src/core/CMakeLists.txt
parentY2R: Re-organize how params are stored. Support SetConversionParams (diff)
downloadyuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.gz
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.tar.xz
yuzu-3e6663da433d98a0bf4db1256ea3ccdefd404a0c.zip
Y2R: Rework conversion process, enabling support for all formats
Diffstat (limited to 'src/core/CMakeLists.txt')
-rw-r--r--src/core/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt
index bbc285168..ea5533dcf 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -96,6 +96,7 @@ set(SRCS
96 hw/gpu.cpp 96 hw/gpu.cpp
97 hw/hw.cpp 97 hw/hw.cpp
98 hw/lcd.cpp 98 hw/lcd.cpp
99 hw/y2r.cpp
99 loader/3dsx.cpp 100 loader/3dsx.cpp
100 loader/elf.cpp 101 loader/elf.cpp
101 loader/loader.cpp 102 loader/loader.cpp
@@ -209,6 +210,7 @@ set(HEADERS
209 hw/gpu.h 210 hw/gpu.h
210 hw/hw.h 211 hw/hw.h
211 hw/lcd.h 212 hw/lcd.h
213 hw/y2r.h
212 loader/3dsx.h 214 loader/3dsx.h
213 loader/elf.h 215 loader/elf.h
214 loader/loader.h 216 loader/loader.h