mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-09 15:45:40 +12:00
bwaaa
i need to copy paste less
This commit is contained in:
parent
9ab49617ea
commit
287ee61e41
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ ArchiveBase* FSService::getArchiveFromID(u32 id, const FSPath& archivePath) {
|
|||
const ExtSaveDataInfo info = *reinterpret_cast<const ExtSaveDataInfo*>(&archivePath.binary[0]);
|
||||
switch(info.media_type) {
|
||||
case MediaType::NAND: {
|
||||
return getExtArchiveFromID(info.save_id);
|
||||
return getSharedExtArchiveFromID(info.save_id);
|
||||
break;
|
||||
}
|
||||
default:
|
||||
|
|
Loading…
Add table
Reference in a new issue