Remove an old TODO, and add a new one.
This commit is contained in:
parent
14aa7150d9
commit
101de62c86
|
@ -906,6 +906,8 @@ u32 CWII_IPC_HLE_Device_es::ES_DIVerify(u8* _pTMD, u32 _sz)
|
|||
else
|
||||
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 (File::Exists((savePath + "banner.bin").c_str()))
|
||||
|
|
|
@ -639,7 +639,6 @@ void ReadHeader()
|
|||
bSaveConfig = false;
|
||||
}
|
||||
|
||||
|
||||
videoBackend.resize(ARRAYSIZE(tmpHeader.videoBackend));
|
||||
for (int i = 0; i < ARRAYSIZE(tmpHeader.videoBackend);i++)
|
||||
{
|
||||
|
@ -1078,7 +1077,6 @@ void SaveRecording(const char *filename)
|
|||
header.bMemcard = bMemcard;
|
||||
header.bClearSave = g_bClearSave;
|
||||
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));
|
||||
|
||||
// TODO
|
||||
|
|
Loading…
Reference in New Issue