loader: re-enable UV8
This commit is contained in:
@@ -130,12 +130,12 @@ namespace ams::ldr::oc::pcv::mariko {
|
|||||||
PATCH_OFFSET(&(entry->tune1_low), 0x021107FF);
|
PATCH_OFFSET(&(entry->tune1_low), 0x021107FF);
|
||||||
PATCH_OFFSET(&(entry->tune1_high), 0x026617FF);
|
PATCH_OFFSET(&(entry->tune1_high), 0x026617FF);
|
||||||
break;
|
break;
|
||||||
// case 8:
|
case 8:
|
||||||
// PATCH_OFFSET(&(entry->tune0_low), 0x0000FFFF); // EOS UV6
|
PATCH_OFFSET(&(entry->tune0_low), 0x0000FFFF); // EOS UV6
|
||||||
// PATCH_OFFSET(&(entry->tune0_high), 0x0000FFFF);
|
PATCH_OFFSET(&(entry->tune0_high), 0x0000FFFF);
|
||||||
// PATCH_OFFSET(&(entry->tune1_low), 0x021107FF);
|
PATCH_OFFSET(&(entry->tune1_low), 0x021107FF);
|
||||||
// PATCH_OFFSET(&(entry->tune1_high), 0x028817FF);
|
PATCH_OFFSET(&(entry->tune1_high), 0x028817FF);
|
||||||
// break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user