add preset for tRFC

This commit is contained in:
hanabbi
2023-06-29 01:34:24 +09:00
parent f0f11263b6
commit 049d654c1d
2 changed files with 4 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ namespace ams::ldr::oc {
const std::array<double, 6> tRTP_values = {7.5, 7.5, 6, 6, 4, 4}; const std::array<double, 6> tRTP_values = {7.5, 7.5, 6, 6, 4, 4};
// Preset Four // Preset Four
const std::array<u32, 5> tRFC_values = {140, 120, 100, 80, 60}; const std::array<u32, 6> tRFC_values = {140, 120, 100, 80, 70, 60};
// Preset Five // Preset Five
const std::array<u32, 6> tWTR_values = {10, 8, 6, 4, 2, 1}; const std::array<u32, 6> tWTR_values = {10, 8, 6, 4, 2, 1};

View File

@@ -357,9 +357,10 @@ var AdvTable: Array<AdvEntry> = [
"<b>2</b> : 120", "<b>2</b> : 120",
"<b>3</b> : 100", "<b>3</b> : 100",
"<b>4</b> : 80", "<b>4</b> : 80",
"<b>5</b> : 60",], "<b>5</b> : 70",
"<b>6</b> : 60",],
1, 1,
[0,5], [0,6],
1, 1,
), ),
new AdvEntry( new AdvEntry(