summaryrefslogtreecommitdiff
path: root/src/core/CMakeLists.txt
diff options
context:
space:
mode:
authorGravatar bunnei2020-11-20 14:06:37 -0800
committerGravatar GitHub2020-11-20 14:06:37 -0800
commitc47c3d723f5b33c608ee6bf7d766b513d453a66f (patch)
tree8d2c5ff2c0dfcf77cab2145f7474dcfb114ff806 /src/core/CMakeLists.txt
parentMerge pull request #4941 from lioncash/config (diff)
parentolsc: Move member initialization to after member functions. (diff)
downloadyuzu-c47c3d723f5b33c608ee6bf7d766b513d453a66f.tar.gz
yuzu-c47c3d723f5b33c608ee6bf7d766b513d453a66f.tar.xz
yuzu-c47c3d723f5b33c608ee6bf7d766b513d453a66f.zip
Merge pull request #4951 from bunnei/olsc-stub
hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.
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 a1d8dcfa5..e370fd225 100644
--- a/src/core/CMakeLists.txt
+++ b/src/core/CMakeLists.txt
@@ -458,6 +458,8 @@ add_library(core STATIC
458 hle/service/nvflinger/buffer_queue.h 458 hle/service/nvflinger/buffer_queue.h
459 hle/service/nvflinger/nvflinger.cpp 459 hle/service/nvflinger/nvflinger.cpp
460 hle/service/nvflinger/nvflinger.h 460 hle/service/nvflinger/nvflinger.h
461 hle/service/olsc/olsc.cpp
462 hle/service/olsc/olsc.h
461 hle/service/pcie/pcie.cpp 463 hle/service/pcie/pcie.cpp
462 hle/service/pcie/pcie.h 464 hle/service/pcie/pcie.h
463 hle/service/pctl/module.cpp 465 hle/service/pctl/module.cpp