mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Debug message: tell us when we save
This commit is contained in:
parent
01084938ba
commit
54115df233
@ -410,6 +410,7 @@ void Gui::saveGameInfo()
|
||||
|
||||
sprintf(new_name, "%s/%s.lra", this->metadata_base_path,
|
||||
this->cur_gameInfo->filename);
|
||||
printf("Saving game metadata %s\n", new_name);
|
||||
fp = fopen(new_name, "w");
|
||||
if (fp)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user