diff options
| author | 2020-11-20 14:06:37 -0800 | |
|---|---|---|
| committer | 2020-11-20 14:06:37 -0800 | |
| commit | c47c3d723f5b33c608ee6bf7d766b513d453a66f (patch) | |
| tree | 8d2c5ff2c0dfcf77cab2145f7474dcfb114ff806 /src/core/CMakeLists.txt | |
| parent | Merge pull request #4941 from lioncash/config (diff) | |
| parent | olsc: Move member initialization to after member functions. (diff) | |
| download | yuzu-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.txt | 2 |
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 |