summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2014-12-22 00:25:49 +0100
committerSubv <subv2112@gmail.com>2014-12-22 00:25:49 +0100
commit2030f9d946dca2b45f343deea207ece15843341d (patch)
treef3ce98b24542c0b04444beff7d9dfdf896960e96 /src/core/hle/service/cfg/cfg.h
parentCFG: More style changes (diff)
downloadyuzu-2030f9d946dca2b45f343deea207ece15843341d.tar
yuzu-2030f9d946dca2b45f343deea207ece15843341d.tar.gz
yuzu-2030f9d946dca2b45f343deea207ece15843341d.tar.bz2
yuzu-2030f9d946dca2b45f343deea207ece15843341d.tar.lz
yuzu-2030f9d946dca2b45f343deea207ece15843341d.tar.xz
yuzu-2030f9d946dca2b45f343deea207ece15843341d.tar.zst
yuzu-2030f9d946dca2b45f343deea207ece15843341d.zip
Diffstat (limited to 'src/core/hle/service/cfg/cfg.h')
-rw-r--r--src/core/hle/service/cfg/cfg.h2
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 38db5a5ec..c74527ca4 100644
--- a/src/core/hle/service/cfg/cfg.h
+++ b/src/core/hle/service/cfg/cfg.h
@@ -114,7 +114,7 @@ ResultCode GetConfigInfoBlock(u32 block_id, u32 size, u32 flag, u8* output);
* @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
*/
-ResultCode CreateConfigInfoBlk(u32 block_id, u32 size, u32 flags, const u8* data);
+ResultCode CreateConfigInfoBlk(u32 block_id, u16 size, u16 flags, const u8* data);
/**
* Deletes the config savegame file from the filesystem, the buffer in memory is not affected