mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-07-06 18:35:51 +00:00
Match SGameFileSlot::LoadGameState
This commit is contained in:
parent
eb3be0bc36
commit
8674f1e6a3
@ -792,7 +792,10 @@ void SGameFileSlot::InitializeFromGameState() {
|
||||
x944_fileInfo = CGameState::LoadGameFileState(x0_saveBuffer.data());
|
||||
}
|
||||
|
||||
void SGameFileSlot::LoadGameState(int) {}
|
||||
void SGameFileSlot::LoadGameState(int idx) {
|
||||
CMemoryInStream r(x0_saveBuffer.data(), x0_saveBuffer.capacity());
|
||||
gpMain->StreamNewGameState(r, idx);
|
||||
}
|
||||
|
||||
const CGameState::GameFileStateInfo* CMemoryCardDriver::GetGameFileStateInfo(int saveIdx) {
|
||||
if (xe4_fileSlots[saveIdx].null()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user