diff options
author | pippo2931 <pippo2931@yahoo.com> | 2016-03-12 20:05:48 +0100 |
---|---|---|
committer | pippo2931 <pippo2931@yahoo.com> | 2016-03-12 20:05:48 +0100 |
commit | 8186f1271bb3d7f3e1782f5875cf73ea79baa3c5 (patch) | |
tree | ba6f61e8aefe1d8afba5ddb94eb452578ca21f16 /src/core/hle | |
parent | GetArchiveResource stub (diff) | |
download | yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.tar yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.tar.gz yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.tar.bz2 yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.tar.lz yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.tar.xz yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.tar.zst yuzu-8186f1271bb3d7f3e1782f5875cf73ea79baa3c5.zip |
Diffstat (limited to 'src/core/hle')
-rw-r--r-- | src/core/hle/service/fs/fs_user.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/fs/fs_user.cpp b/src/core/hle/service/fs/fs_user.cpp index 527ba045d..e6c1f3616 100644 --- a/src/core/hle/service/fs/fs_user.cpp +++ b/src/core/hle/service/fs/fs_user.cpp @@ -708,7 +708,7 @@ static void GetPriority(Service::Interface* self) { } /** - * FS_User::InitializeWithSdkVersion service function. + * FS_User::GetArchiveResource service function. * Inputs: * 0 : 0x08490040 * 1 : Media type |