Skip to content

Commit

Permalink
SMS: Fixed save files not being loaded properly
Browse files Browse the repository at this point in the history
  • Loading branch information
SourMesen committed Jan 7, 2024
1 parent 0fa90d6 commit 1156198
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Core/SMS/SmsMemoryManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,11 +125,6 @@ bool SmsMemoryManager::HasBios()

void SmsMemoryManager::LoadBattery()
{
if(_originalCartRam == nullptr) {
//SG-1000 with ext ram adapter (Taiwanese games)
return;
}

_emu->GetBatteryManager()->LoadBattery(".sav", _cartRam, SmsMemoryManager::CartRamMaxSize);
}

Expand Down

0 comments on commit 1156198

Please sign in to comment.