mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-08-11 04:19:08 +00:00
Match CMemoryCardDriver::GetGameFileStateInfo
This commit is contained in:
parent
9bd9f9c32f
commit
eb3be0bc36
@ -794,8 +794,11 @@ void SGameFileSlot::InitializeFromGameState() {
|
|||||||
|
|
||||||
void SGameFileSlot::LoadGameState(int) {}
|
void SGameFileSlot::LoadGameState(int) {}
|
||||||
|
|
||||||
const CGameState::GameFileStateInfo* CMemoryCardDriver::GetGameFileStateInfo(int) {
|
const CGameState::GameFileStateInfo* CMemoryCardDriver::GetGameFileStateInfo(int saveIdx) {
|
||||||
|
if (xe4_fileSlots[saveIdx].null()) {
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
}
|
||||||
|
return &xe4_fileSlots[saveIdx]->x944_fileInfo;
|
||||||
};
|
};
|
||||||
|
|
||||||
bool CMemoryCardDriver::GetCardFreeBytes() {
|
bool CMemoryCardDriver::GetCardFreeBytes() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user