This commit is contained in:
SuuperW 2018-09-07 16:34:31 -05:00
parent 910661f982
commit 35337a562a
1 changed files with 1 additions and 1 deletions

View File

@ -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();