From 5cd199e3d475a317529808746ab1b32ab3b52623 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Sat, 23 Sep 2017 11:03:41 -0500 Subject: [PATCH] Remove redundant 'NAND' term from CFG_UpdateConfigSavegame --- libctru/include/3ds/services/cfgu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/cfgu.h b/libctru/include/3ds/services/cfgu.h index 73e3766..926e005 100644 --- a/libctru/include/3ds/services/cfgu.h +++ b/libctru/include/3ds/services/cfgu.h @@ -128,7 +128,7 @@ Result CFG_SetConfigInfoBlk8(u32 size, u32 blkID, u8* inData); /** * @brief Writes the CFG buffer in memory to the savegame in NAND. */ -Result CFG_UpdateConfigNANDSavegame(void); +Result CFG_UpdateConfigSavegame(void); /** * @brief Gets the system's language.