Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
CatcherITGF committed Apr 20, 2024
1 parent b1339b9 commit 3b0637f
Show file tree
Hide file tree
Showing 14 changed files with 167 additions and 1,127 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,35 @@
"state": "filler"
},
{
"name": "76 - 614 MHz",
"name": "76 - 307 MHz",
"offset": "124",
"length": "4",
"extent": " mV"
},
{
"name": "384 MHz",
"offset": "140",
"length": "4",
"extent": " mV"
},
{
"name": "460 MHz",
"offset": "144",
"length": "4",
"extent": " mV"
},
{
"name": "537 MHz",
"offset": "148",
"length": "4",
"extent": " mV"
},
{
"name": "614 MHz",
"offset": "152",
"length": "4",
"extent": " mV"
},
{
"name": "691 MHz",
"offset": "156",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,35 @@
"state": "filler"
},
{
"name": "76 - 614 MHz",
"name": "76 - 307 MHz",
"offset": "124",
"length": "4",
"extent": " mV"
},
{
"name": "384 MHz",
"offset": "140",
"length": "4",
"extent": " mV"
},
{
"name": "460 MHz",
"offset": "144",
"length": "4",
"extent": " mV"
},
{
"name": "537 MHz",
"offset": "148",
"length": "4",
"extent": " mV"
},
{
"name": "614 MHz",
"offset": "152",
"length": "4",
"extent": " mV"
},
{
"name": "691 MHz",
"offset": "156",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "Don't adjust",
"name": "Unset",
"dec": "0"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "Don't adjust",
"name": "Unset",
"dec": "0"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "0 - Don't adjust",
"name": "0 - Unset",
"dec": "0"
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "Don't adjust",
"name": "Unset",
"dec": "0"
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,36 @@ back

-- Custom Volt Table

[*76 - 614 MHz]
[*76 - 307 MHz]
catch_errors
json_mark_cur_kip '/switch/.packages/SC Wizard/Configure/GPU/json/commonGpuVoltTable.json' name 124
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 124 {json_mark_cur_kip(*,dec)}
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 128 {json_mark_cur_kip(*,dec)}
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 132 {json_mark_cur_kip(*,dec)}
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 136 {json_mark_cur_kip(*,dec)}
back

[*384 MHz]
catch_errors
json_mark_cur_kip '/switch/.packages/SC Wizard/Configure/GPU/json/commonGpuVoltTable.json' name 140
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 140 {json_mark_cur_kip(*,dec)}
back

[*460 MHz]
catch_errors
json_mark_cur_kip '/switch/.packages/SC Wizard/Configure/GPU/json/commonGpuVoltTable.json' name 144
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 144 {json_mark_cur_kip(*,dec)}
back

[*537 MHz]
catch_errors
json_mark_cur_kip '/switch/.packages/SC Wizard/Configure/GPU/json/commonGpuVoltTable.json' name 148
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 148 {json_mark_cur_kip(*,dec)}
back

[*614 MHz]
catch_errors
json_mark_cur_kip '/switch/.packages/SC Wizard/Configure/GPU/json/commonGpuVoltTable.json' name 252
hex-by-cust-offset-dec /atmosphere/kips/loader.kip 152 {json_mark_cur_kip(*,dec)}
back

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"name": "Don't adjust",
"name": "Unset",
"dec": "0"
},
{
Expand Down
Loading

0 comments on commit 3b0637f

Please sign in to comment.