Basic, core stuff working AFAIK.

This commit is contained in:
J-D-K
2025-06-07 15:34:28 -04:00
parent ecbeff1856
commit 39747a0031
13 changed files with 312 additions and 121 deletions

View File

@@ -191,7 +191,7 @@ static void reset_save_data(sys::Task *task, std::shared_ptr<TargetStruct> dataS
}
// Wipe the root.
if (!fslib::delete_directory_recursively(fs::DEFAULT_SAVE_PATH))
if (!fslib::delete_directory_recursively(fs::DEFAULT_SAVE_ROOT))
{
fslib::close_file_system(fs::DEFAULT_SAVE_MOUNT);
logger::log(ERROR_RESETTING_SAVE, fslib::get_error_string());