Remove an old TODO, and add a new one.

This commit is contained in:
rog 2012-11-16 12:03:51 -05:00
parent 14aa7150d9
commit 101de62c86
2 changed files with 2 additions and 2 deletions

View File

@ -906,6 +906,8 @@ u32 CWII_IPC_HLE_Device_es::ES_DIVerify(u8* _pTMD, u32 _sz)
else else
Movie::g_bClearSave = true; Movie::g_bClearSave = true;
} }
// TODO: Force the game to save to another location, instead of moving the user's save.
if (Movie::IsPlayingInput() && Movie::IsConfigSaved() && Movie::IsStartingFromClearSave()) if (Movie::IsPlayingInput() && Movie::IsConfigSaved() && Movie::IsStartingFromClearSave())
{ {
if (File::Exists((savePath + "banner.bin").c_str())) if (File::Exists((savePath + "banner.bin").c_str()))

View File

@ -639,7 +639,6 @@ void ReadHeader()
bSaveConfig = false; bSaveConfig = false;
} }
videoBackend.resize(ARRAYSIZE(tmpHeader.videoBackend)); videoBackend.resize(ARRAYSIZE(tmpHeader.videoBackend));
for (int i = 0; i < ARRAYSIZE(tmpHeader.videoBackend);i++) for (int i = 0; i < ARRAYSIZE(tmpHeader.videoBackend);i++)
{ {
@ -1078,7 +1077,6 @@ void SaveRecording(const char *filename)
header.bMemcard = bMemcard; header.bMemcard = bMemcard;
header.bClearSave = g_bClearSave; header.bClearSave = g_bClearSave;
strncpy((char *)header.discChange, g_discChange.c_str(),ARRAYSIZE(header.discChange)); strncpy((char *)header.discChange, g_discChange.c_str(),ARRAYSIZE(header.discChange));
// TODO: prompt the user for author name. It's currently always blank, unless the user manually edits the .dtm file.
strncpy((char *)header.author, author.c_str(),ARRAYSIZE(header.author)); strncpy((char *)header.author, author.c_str(),ARRAYSIZE(header.author));
// TODO // TODO