Refactor smaller things

This commit is contained in:
SimoneN64
2024-05-14 21:31:50 +02:00
parent e61dc1bfc4
commit 40cee365a9
4 changed files with 5 additions and 8 deletions

View File

@@ -10,7 +10,6 @@ void Core::Stop() {
pause = true;
romLoaded = false;
cpu->Reset();
cpu->GetMem().Reset();
}
bool Core::LoadTAS(const fs::path &path) {