loader: revert mariko cpu vmin

This commit is contained in:
souldbminersmwc
2025-09-27 16:54:08 -04:00
parent 726d0d48bd
commit 364371d0a2
4 changed files with 1 additions and 7 deletions

View File

@@ -55,7 +55,7 @@
// Patch vmin for slt
if (C.marikoCpuUV) {
if (*(ptr-5) == 620) {
PATCH_OFFSET((ptr-5), C.marikoCpuVmin);
PATCH_OFFSET((ptr-5), 600);
}
if (*(ptr-1) == 620) {
PATCH_OFFSET((ptr-1), 600);