Skip to content

Commit

Permalink
Removed due to the force delete.
Browse files Browse the repository at this point in the history
  • Loading branch information
Slluxx committed Oct 25, 2022
1 parent 1a37c42 commit 103c237
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions source/amiibo.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,6 @@ class Amiibo
// some amiibos have the same name, adding the number infront of the name ensures no overwrites.
std::string amiiboPathFull = "sdmc:/emuiibo/amiibo/" + amiiboSeries + "/" + amiiboName + "_" + amiiboId + "/";

if (Util::check_folder_exist(amiiboPathFull.c_str()))
{
Util::delete_folder_with_content(amiiboPathFull.c_str());
}

Util::create_directory(amiiboPathFull.c_str());

std::ofstream output(amiiboPathFull + "amiibo.flag");
Expand Down

0 comments on commit 103c237

Please sign in to comment.