early-access version 1864

This commit is contained in:
pineappleEA
2021-07-09 03:27:40 +02:00
parent e0163eb4d0
commit 4197f59f92
24 changed files with 400 additions and 189 deletions

View File

@@ -93,7 +93,7 @@ bool IsGPULevelHigh() {
}
bool IsFastmemEnabled() {
if (values.cpu_accuracy.GetValue() == CPUAccuracy::DebugMode) {
if (values.cpu_debug_mode) {
return static_cast<bool>(values.cpuopt_fastmem);
}
return true;