mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-13 07:05:12 +01:00
Remove printout
This commit is contained in:
parent
514c929e3d
commit
a227a19703
@ -461,7 +461,6 @@ 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