Change AppState to BaseState. Update headers.

This commit is contained in:
J-D-K
2025-07-18 06:22:55 -04:00
parent f7163f8dd7
commit 6af4bed9fa
46 changed files with 519 additions and 367 deletions

View File

@@ -65,7 +65,7 @@ bool data::initialize(bool clearCache)
if (clearCache && fslib::file_exists(cachePath) && !fslib::delete_file(cachePath))
{
// I don't really think this should be fatal. It's not good that it happens, but not fatal.
logger::log("data::initialize failed to remove existing cache file from SD: %s", fslib::get_error_string());
logger::log("data::initialize failed to remove existing cache file from SD: %s", fslib::error::get_string());
}
// Load user accounts if not done previously. Bail if the load fails cause that is fatal.