diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2024-02-18 23:36:29 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-18 23:36:29 -0600 |
commit | d0af52f28e99676d47d6a9b33709bc20e77b7d2f (patch) | |
tree | a4b10e073fa20b007d09c55116f723efdc779d8d /src/core/file_sys | |
parent | ef89b79d7e2736c9e00cbf23dfb650c817e47ae6 (diff) | |
parent | d45a12826c94f7f0da62d1df05245fcae38784e7 (diff) |
Merge pull request #13048 from liamwhite/new-shell
ns: rewrite for new IPC
Diffstat (limited to 'src/core/file_sys')
-rw-r--r-- | src/core/file_sys/system_archive/shared_font.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/file_sys/system_archive/shared_font.cpp b/src/core/file_sys/system_archive/shared_font.cpp index deb52069d..9ea16aa59 100644 --- a/src/core/file_sys/system_archive/shared_font.cpp +++ b/src/core/file_sys/system_archive/shared_font.cpp @@ -9,7 +9,7 @@ #include "core/file_sys/system_archive/data/font_standard.h" #include "core/file_sys/system_archive/shared_font.h" #include "core/file_sys/vfs/vfs_vector.h" -#include "core/hle/service/ns/iplatform_service_manager.h" +#include "core/hle/service/ns/platform_service_manager.h" namespace FileSys::SystemArchive { |