summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/cfg/cfg.h
diff options
context:
space:
mode:
authorYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-01 17:34:59 +0200
committerYuri Kunde Schlesner <yuriks@yuriks.net>2015-09-14 22:39:48 +0200
commitac4f7b0fde64512bc50dc5c66cf9bb59962abba9 (patch)
treecb405dd2f08433b5fde0c8a3c1cf64692c1d2e61 /src/core/hle/service/cfg/cfg.h
parentMerge pull request #1123 from yuriks/gsp-flush (diff)
downloadyuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.tar
yuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.tar.gz
yuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.tar.bz2
yuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.tar.lz
yuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.tar.xz
yuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.tar.zst
yuzu-ac4f7b0fde64512bc50dc5c66cf9bb59962abba9.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 ff76dc9dc..2d25ebfbf 100644
--- a/src/core/hle/service/cfg/cfg.h
+++ b/src/core/hle/service/cfg/cfg.h
@@ -278,7 +278,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, u16 size, u16 flags, const u8* data);
+ResultCode CreateConfigInfoBlk(u32 block_id, u16 size, u16 flags, const void* data);
/**
* Deletes the config savegame file from the filesystem, the buffer in memory is not affected