Refactor Mupen Movies

This commit is contained in:
SimoneN64
2024-05-10 21:05:23 +02:00
committed by Simone
parent e940b6731a
commit 423647d69a
12 changed files with 205 additions and 184 deletions

View File

@@ -25,6 +25,10 @@ void Core::Stop() {
cpu->mem.Reset();
}
bool Core::LoadTAS(const fs::path &path) {
return cpu->mem.mmio.si.pif.movie.Load(path);
}
void Core::LoadROM(const std::string& rom_) {
pause = true;
rom = rom_;