summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive/shared_font.cpp
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2024-02-17 17:30:02 +0100
committerLiam <byteslice@airmail.cc>2024-02-18 16:32:21 +0100
commit270d07be2fb0c190e3b52686dbe7d72c0394f54d (patch)
tree5946fea94dbfa149717946c1c6ad08a79c3360d8 /src/core/file_sys/system_archive/shared_font.cpp
parentns: rename results header (diff)
downloadyuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.tar
yuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.tar.gz
yuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.tar.bz2
yuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.tar.lz
yuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.tar.xz
yuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.tar.zst
yuzu-270d07be2fb0c190e3b52686dbe7d72c0394f54d.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/system_archive/shared_font.cpp2
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 {