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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user