summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-08-22 04:41:09 +0200
committerGitHub <noreply@github.com>2018-08-22 04:41:09 +0200
commit38517241ec5427e57802a245f758013d05e703fe (patch)
tree378d6835a4dde6aac580f477d6ac2a1c83f10df1
parentPL:U Added BFTTF loading(Loading from System NAND dumps) (#1088) (diff)
parentAdded missing include for pl:u (diff)
downloadyuzu-38517241ec5427e57802a245f758013d05e703fe.tar
yuzu-38517241ec5427e57802a245f758013d05e703fe.tar.gz
yuzu-38517241ec5427e57802a245f758013d05e703fe.tar.bz2
yuzu-38517241ec5427e57802a245f758013d05e703fe.tar.lz
yuzu-38517241ec5427e57802a245f758013d05e703fe.tar.xz
yuzu-38517241ec5427e57802a245f758013d05e703fe.tar.zst
yuzu-38517241ec5427e57802a245f758013d05e703fe.zip
-rw-r--r--src/core/hle/service/ns/pl_u.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/ns/pl_u.cpp b/src/core/hle/service/ns/pl_u.cpp
index fd11e79da..53cbf1a6e 100644
--- a/src/core/hle/service/ns/pl_u.cpp
+++ b/src/core/hle/service/ns/pl_u.cpp
@@ -5,6 +5,7 @@
#include "common/common_paths.h"
#include "common/file_util.h"
#include "core/core.h"
+#include "core/file_sys/bis_factory.h"
#include "core/file_sys/romfs.h"
#include "core/hle/ipc_helpers.h"
#include "core/hle/service/filesystem/filesystem.h"