mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
What the heck?
This commit is contained in:
@@ -19,7 +19,7 @@ bool SeedDB::AddFromFile(const std::string& path) {
|
|||||||
LOG_ERROR(Service_FS, "Failed to open seed database");
|
LOG_ERROR(Service_FS, "Failed to open seed database");
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
u32 count;
|
u32_le count;
|
||||||
if (!file.ReadBytes(&count, sizeof(count))) {
|
if (!file.ReadBytes(&count, sizeof(count))) {
|
||||||
LOG_ERROR(Service_FS, "Failed to read seed database count fully");
|
LOG_ERROR(Service_FS, "Failed to read seed database count fully");
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user