Some JIT fixes

This commit is contained in:
irisz64
2025-07-04 17:07:54 +02:00
parent 897abe8c2b
commit 444e2f56a3
6 changed files with 32 additions and 26 deletions

View File

@@ -22,7 +22,6 @@ bool Core::LoadTAS(const fs::path &path) const { return cpu->GetMem().mmio.si.pi
void Core::LoadROM(const std::string &rom_) {
Stop();
rom = rom_;
cpu->Reset();
std::string archive_types[] = {".zip", ".7z", ".rar", ".tar"};