fix commit 910661f
This commit is contained in:
parent
910661f982
commit
35337a562a
|
@ -2971,7 +2971,7 @@ void WavRecordTo(int wavmode)
|
||||||
|
|
||||||
dir = Path::GetFileDirectoryPath(outFilename);
|
dir = Path::GetFileDirectoryPath(outFilename);
|
||||||
path.setpath(path.AVI_FILES, dir);
|
path.setpath(path.AVI_FILES, dir);
|
||||||
WritePrivateProfileString(SECTION, SOUNDKEY, dir.c_str(), IniName);
|
WritePrivateProfileString(SECTION, AVIKEY, dir.c_str(), IniName);
|
||||||
}
|
}
|
||||||
|
|
||||||
NDS_UnPause();
|
NDS_UnPause();
|
||||||
|
|
Loading…
Reference in New Issue