diff options
| author | 2014-12-14 04:32:45 -0200 | |
|---|---|---|
| committer | 2014-12-16 01:08:14 -0200 | |
| commit | c72ccfa6db41039ef2eb0ce118fabe1b38da841e (patch) | |
| tree | 42f766bc8ab77ae6d469c82e9d9ca729135b56a7 /src/core/hle/service/service.cpp | |
| parent | Switch to C++14 to use std::make_unique (diff) | |
| download | yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.gz yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.tar.xz yuzu-c72ccfa6db41039ef2eb0ce118fabe1b38da841e.zip | |
HLE: Move kernel/archive.* to service/fs/
Diffstat (limited to 'src/core/hle/service/service.cpp')
| -rw-r--r-- | src/core/hle/service/service.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/service.cpp b/src/core/hle/service/service.cpp index e6973572b..68d199acc 100644 --- a/src/core/hle/service/service.cpp +++ b/src/core/hle/service/service.cpp | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | #include "core/hle/service/csnd_snd.h" | 15 | #include "core/hle/service/csnd_snd.h" |
| 16 | #include "core/hle/service/dsp_dsp.h" | 16 | #include "core/hle/service/dsp_dsp.h" |
| 17 | #include "core/hle/service/err_f.h" | 17 | #include "core/hle/service/err_f.h" |
| 18 | #include "core/hle/service/fs_user.h" | 18 | #include "core/hle/service/fs/fs_user.h" |
| 19 | #include "core/hle/service/frd_u.h" | 19 | #include "core/hle/service/frd_u.h" |
| 20 | #include "core/hle/service/gsp_gpu.h" | 20 | #include "core/hle/service/gsp_gpu.h" |
| 21 | #include "core/hle/service/hid_user.h" | 21 | #include "core/hle/service/hid_user.h" |