CFG: Fixed some warnings and errors in Clang

This commit is contained in:
Subv
2014-12-21 18:25:49 -05:00
parent 304735fb52
commit 2030f9d946
2 changed files with 4 additions and 4 deletions

View File

@@ -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