No more segfault in JIT. Keeps executing the same blocks over and over though...
This commit is contained in:
@@ -35,7 +35,7 @@ Settings::Settings(n64::Core& core) {
|
||||
} else if(cpuType == "interpreter") {
|
||||
core.cpuType = n64::CpuType::Interpreter;
|
||||
} else {
|
||||
util::panic("Unrecognized cpu type: {}\n", cpuType);
|
||||
Util::panic("Unrecognized cpu type: {}\n", cpuType);
|
||||
}
|
||||
} else {
|
||||
settingsFile.clear();
|
||||
|
||||
Reference in New Issue
Block a user