From 35337a562a83acdb47c84a18f13e22c8ef21a8be Mon Sep 17 00:00:00 2001 From: SuuperW Date: Fri, 7 Sep 2018 16:34:31 -0500 Subject: [PATCH] fix commit 910661f --- desmume/src/frontend/windows/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/frontend/windows/main.cpp b/desmume/src/frontend/windows/main.cpp index e13549d64..73a423cff 100755 --- a/desmume/src/frontend/windows/main.cpp +++ b/desmume/src/frontend/windows/main.cpp @@ -2971,7 +2971,7 @@ void WavRecordTo(int wavmode) dir = Path::GetFileDirectoryPath(outFilename); path.setpath(path.AVI_FILES, dir); - WritePrivateProfileString(SECTION, SOUNDKEY, dir.c_str(), IniName); + WritePrivateProfileString(SECTION, AVIKEY, dir.c_str(), IniName); } NDS_UnPause();