diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2024-02-19 15:43:18 +0100 |
|---|---|---|
| committer | FearlessTobi <thm.frey@gmail.com> | 2024-02-19 19:11:07 +0100 |
| commit | b5a17b501bf66c02495ae6d69a6d734792e3cc6f (patch) | |
| tree | e86d3fe28f3fb984bf4b1e5196d39cceb1782631 /src/core/CMakeLists.txt | |
| parent | 2b18957365d8f369626ec3b94277621df2fe1729 (diff) | |
Address review comments
Diffstat (limited to 'src/core/CMakeLists.txt')
| -rw-r--r-- | src/core/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 66e65476e..de945fa70 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -598,7 +598,7 @@ add_library(core STATIC hle/service/filesystem/fsp/fsp_pr.h hle/service/filesystem/fsp/fsp_srv.cpp hle/service/filesystem/fsp/fsp_srv.h - hle/service/filesystem/fsp/fsp_util.h + hle/service/filesystem/fsp/fsp_types.h hle/service/filesystem/romfs_controller.cpp hle/service/filesystem/romfs_controller.h hle/service/filesystem/save_data_controller.cpp |
