summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/filesystem/fsp_srv.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-07 22:49:09 +0200
committerGitHub <noreply@github.com>2018-04-07 22:49:09 +0200
commite0fb6a188c2df3f62b608658acf9c595f6580735 (patch)
treedf0751e3a7f938921f2b00f203da111519af5d73 /src/core/hle/service/filesystem/fsp_srv.h
parentMerge pull request #316 from jroweboy/dontcrash (diff)
parentFix spelling of Initialize (diff)
downloadyuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.tar
yuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.tar.gz
yuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.tar.bz2
yuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.tar.lz
yuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.tar.xz
yuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.tar.zst
yuzu-e0fb6a188c2df3f62b608658acf9c595f6580735.zip
Diffstat (limited to 'src/core/hle/service/filesystem/fsp_srv.h')
-rw-r--r--src/core/hle/service/filesystem/fsp_srv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/filesystem/fsp_srv.h b/src/core/hle/service/filesystem/fsp_srv.h
index e15ba4375..6dc5874c0 100644
--- a/src/core/hle/service/filesystem/fsp_srv.h
+++ b/src/core/hle/service/filesystem/fsp_srv.h
@@ -22,7 +22,7 @@ public:
private:
void TryLoadRomFS();
- void Initalize(Kernel::HLERequestContext& ctx);
+ void Initialize(Kernel::HLERequestContext& ctx);
void MountSdCard(Kernel::HLERequestContext& ctx);
void CreateSaveData(Kernel::HLERequestContext& ctx);
void MountSaveData(Kernel::HLERequestContext& ctx);