diff options
author | Lioncash <mathew1800@gmail.com> | 2015-01-20 19:52:44 +0100 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2015-01-20 19:52:44 +0100 |
commit | a3f5e5605c06898acbda2257fc480846ae42b47e (patch) | |
tree | ae1c517edf0791d3b9c8ed79a941e4ad7d2e973f /src/core/hle/service/cfg | |
parent | Merge pull request #492 from archshift/apt (diff) | |
download | yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.tar yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.tar.gz yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.tar.bz2 yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.tar.lz yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.tar.xz yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.tar.zst yuzu-a3f5e5605c06898acbda2257fc480846ae42b47e.zip |
Diffstat (limited to 'src/core/hle/service/cfg')
-rw-r--r-- | src/core/hle/service/cfg/cfg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/cfg/cfg.h b/src/core/hle/service/cfg/cfg.h index c74527ca4..e818d7bdc 100644 --- a/src/core/hle/service/cfg/cfg.h +++ b/src/core/hle/service/cfg/cfg.h @@ -110,7 +110,7 @@ ResultCode GetConfigInfoBlock(u32 block_id, u32 size, u32 flag, u8* output); * The config savegame file in the filesystem is not updated. * @param block_id The id of the block we want to create * @param size The size of the block we want to create - * @param flag The flags of the new block + * @param flags The flags of the new block * @param data A pointer containing the data we will write to the new block * @returns ResultCode indicating the result of the operation, 0 on success */ |