Some JIT fixes
This commit is contained in:
@@ -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"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user