summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/system_archive
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-09-03 20:30:29 +0200
committerLiam <byteslice@airmail.cc>2022-09-03 23:32:12 +0200
commitc7a814f10fd927dfcc3591fada7d6732213892b2 (patch)
treecb904fbfe1badf3df1257239a8455e23f544742f /src/core/file_sys/system_archive
parentMerge pull request #8843 from Kelebek1/SILENCE_WENCH (diff)
downloadyuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.tar
yuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.tar.gz
yuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.tar.bz2
yuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.tar.lz
yuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.tar.xz
yuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.tar.zst
yuzu-c7a814f10fd927dfcc3591fada7d6732213892b2.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 f841988ff..3210583f0 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_vector.h"
-#include "core/hle/service/ns/pl_u.h"
+#include "core/hle/service/ns/iplatform_service_manager.h"
namespace FileSys::SystemArchive {