mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 19:39:24 +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,
|
sprintf(new_name, "%s/%s.lra", this->metadata_base_path,
|
||||||
this->cur_gameInfo->filename);
|
this->cur_gameInfo->filename);
|
||||||
printf("Saving game metadata %s\n", new_name);
|
|
||||||
fp = fopen(new_name, "w");
|
fp = fopen(new_name, "w");
|
||||||
if (fp)
|
if (fp)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user