- loaderConfigurator now renamed to pages, with configurator section supporting both v2 and v3 Cust
This commit is contained in:
@@ -71,7 +71,6 @@ volatile CustomizeTable C = {
|
||||
.marikoEmcVolt = 0,
|
||||
|
||||
/* Erista CPU:
|
||||
* Not tested but enabled by default.
|
||||
* - Max Voltage in mV
|
||||
*/
|
||||
.eristaCpuMaxVolt = 1235,
|
||||
|
||||
@@ -31,8 +31,8 @@ Result MemFreqPllmLimit(u32* ptr) {
|
||||
|
||||
void SafetyCheck() {
|
||||
if (C.custRev != CUST_REV ||
|
||||
C.marikoCpuMaxVolt >= 1300 ||
|
||||
C.eristaCpuMaxVolt >= 1300 ||
|
||||
C.marikoCpuMaxVolt > 1300 ||
|
||||
C.eristaCpuMaxVolt > 1300 ||
|
||||
(C.eristaEmcVolt && (C.eristaEmcVolt < 600'000 || C.eristaEmcVolt > 1250'000)) ||
|
||||
(C.marikoEmcVolt && (C.marikoEmcVolt < 600'000 || C.marikoEmcVolt > 650'000)))
|
||||
{
|
||||
|
||||
@@ -31,7 +31,7 @@ file_replace_str(ldr_process_creation,
|
||||
|
||||
namespace ams::ldr {""",
|
||||
"""#include "ldr_ro_manager.hpp"
|
||||
#include "oc/oc_suite.hpp"
|
||||
#include "oc/oc_loader.hpp"
|
||||
|
||||
namespace ams::ldr {"""),
|
||||
(""" NsoHeader g_nso_headers[Nso_Count];
|
||||
|
||||
Reference in New Issue
Block a user