2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 00:27:42 +00:00

Implement CMemoryCardSys::GetAreaAndWorldIdForSave

This commit is contained in:
2020-10-20 02:40:02 -07:00
parent 01d94367dc
commit 3ffa15cfa3
2 changed files with 12 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ public:
}
};
std::pair<TAreaId, s32> GetAreaAndWorldIdForSaveId(s32 saveId) const;
std::pair<CAssetId, TAreaId> GetAreaAndWorldIdForSaveId(s32 saveId) const;
static kabufuda::ProbeResults CardProbe(kabufuda::ECardSlot port);
static ECardResult MountCard(kabufuda::ECardSlot port);
static ECardResult UnmountCard(kabufuda::ECardSlot port);