- [Sys-clk-OC] (#31) Fix the inverted priority of per-app and global settings in clocks and patches detection

- [loader] Bump to 1.4.0-pre

- [system_settings] Add possible entries introduced in HOS 15.0.0
This commit is contained in:
KazushiM
2022-10-13 01:53:37 +08:00
parent c8587ce441
commit 1d7395da56
14 changed files with 110 additions and 109 deletions

View File

@@ -1,5 +1,5 @@
namespace ams::ldr::oc {
#include "mtc_empty_table.inc"
#include "mtc_empty_table.inl"
static const volatile CustomizeTable C = {
/* DRAM Timing:
* AUTO_ADJ_MARIKO_SAFE: Auto adjust timings for LPDDR4 ≤3733 Mbps specs, 8Gb density (Default).

View File

@@ -21,7 +21,7 @@
#else
#include <stratosphere.hpp>
#include "ldr_oc_suite.hpp"
#include "ldr_oc_customize.inc"
#include "ldr_oc_customize.inl"
#endif
namespace ams::ldr::oc {