mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-11 08:39:48 +12:00
[SDMC] Add forgotten newlines
This commit is contained in:
parent
e52667aa79
commit
b9de43d0c4
1 changed files with 2 additions and 2 deletions
|
@ -17,11 +17,11 @@ FileDescriptor SDMCArchive::openFile(const FSPath& path, const FilePerms& perms)
|
|||
}
|
||||
|
||||
ArchiveBase* SDMCArchive::openArchive(const FSPath& path) {
|
||||
printf("SDMCArchive::OpenArchive: Failed");
|
||||
printf("SDMCArchive::OpenArchive: Failed\n");
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
std::optional<u32> SDMCArchive::readFile(FileSession* file, u64 offset, u32 size, u32 dataPointer) {
|
||||
printf("SDMCArchive::ReadFile: Failed");
|
||||
printf("SDMCArchive::ReadFile: Failed\n");
|
||||
return std::nullopt;
|
||||
}
|
Loading…
Add table
Reference in a new issue