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