Complete CrossSIMD non-simd fallback (although buggy, it seems). Minor ARM64 opt.

This commit is contained in:
Henrik Rydgård
2025-01-28 10:39:04 +01:00
parent 2aaa1e5379
commit acd5b24924
3 changed files with 84 additions and 1 deletions
+2
View File
@@ -679,6 +679,8 @@ static void ShowFpsLimitNotice() {
case FPSLimit::CUSTOM2:
fpsLimit = g_Config.iFpsLimit2;
break;
default:
break;
}
// Now display it.