mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-09-08 10:35:27 -05:00
Change AppState to BaseState. Update headers.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user