mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
Typos
This commit is contained in:
parent
a4e44cf060
commit
556b3b8913
2 changed files with 2 additions and 2 deletions
|
@ -257,7 +257,7 @@ Rust::Result<ArchiveBase::FormatInfo, HorizonResult> ExtSaveDataArchive::getForm
|
|||
|
||||
std::string ExtSaveDataArchive::getExtSaveDataPathFromBinary(const FSPath& path) const {
|
||||
if(path.type != PathType::Binary) {
|
||||
Helpers::panic("GetExtSaveDataPathFromBinary called without a Bianry FSPath!");
|
||||
Helpers::panic("GetExtSaveDataPathFromBinary called without a Binary FSPath!");
|
||||
}
|
||||
|
||||
// TODO: Remove punning here
|
||||
|
|
|
@ -561,7 +561,7 @@ void FSService::createExtSaveData(u32 messagePointer) {
|
|||
extSaveData_sdmc.format(path, info);
|
||||
break;
|
||||
default:
|
||||
Helpers::warn("Unhanled ExtSaveData MediaType %d", static_cast<s32>(mediaType));
|
||||
Helpers::warn("Unhandled ExtSaveData MediaType %d", static_cast<s32>(mediaType));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue