-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
209 lines (176 loc) · 8.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
<!DOCTYPE html>
<html lang="en" class="csstransforms csstransforms3d csstransitions">
<head>
<!--link rel='stylesheet' href='style.css'-->
<style>
.ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
}
.li {
float: left;
}
.li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
.li a:hover {
background-color: #111;
}
</style>
<meta charset="utf-8">
<meta name="viewport" src="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Sys Clk Database</title>
<script src="src/js/jquery.min.js"></script>
<link rel="shortcut icon" href="./src/images/icon.png" type="image/x-icon" />
<link rel="icon" href="./src/images/icon.png" type="image/x-icon" />
<script src="src/js/bootstrap.bundle.min.js"></script>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css" rel="stylesheet" type="text/css">
<link href="src/stylesheets/bootstrap.min.css" rel="stylesheet" type="text/css">
<link href="src/stylesheets/style.css" rel="stylesheet" type="text/css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="site-name" content="Sys Clk Database">
<meta name="description" content="Overclock and Underclock profiles for Sys Clk">
<meta name="keywords" content="#">
<meta name="author" content="That-Kidd">
<!-- OG Meta Tags-->
<meta property="og:title" content="Sys Clk DB">
<meta property="og:description" content="Overclock and Underclock profiles for Sys Clk">
<meta property="og:image" src="../src/images/icon.png">
</head>
<body>
<div class="toolbar">
<div class="toolbar-item">
<a href="./"><i class="fas fa-home ti"></i>
<p>Home</p>
</a>
</div>
<div class="toolbar-item">
<a href="./OC/"><i class="fas fa-info-circle ti"></i>
<p>OC Profiles</p>
</a>
</div>
<div class="toolbar-item">
<a href="./UC/"><i class="fas fa-info-circle ti"></i>
<p>UC Profiles</p>
</a>
</div>
<div class="toolbar-item">
<a href="./extras/"><i class="fas fa-scroll ti"></i>
<p>Extras</p>
</a>
</div>
</div>
<div class="container-src container-fluid cntr">
<div class="row">
<div class="col-lg-3">
</div>
<div class="col-lg-6">
<h2 style="text-align: center;" class="mt-5 h2-page-title">Sys Clk Profile Database</h2>
<hr>
<div style=' background-color: #9202f2; color: white;' class="alert">
This is a database of Underclock and Overclock profiles for Sys Clk. The submissions are from The <a style='color: black;' href='https://discordapp.com/invite/GfEqpMa'> RetroNX Discord </a> from the <code>#oc-perf-submissions</code> channel.
</div>
<!--
<h1>empty ass header tag</h1>
-->
<P>
Sys Clk is an application for the Nintendo Switch via homebrew. To run homebrew/cfw you will
need to check out the <a href="https://switch.hacks.guide/"> Nintendo Switch CFW Guide</a> This
is a trusted guide throughout the community. This will help you set up homebrew/cfw properly.
</P>
<hr>
<br></br>
<h3 style="text-align: center;" id="kiddhead">How to use sys clk</h3>
<div class="alert blue">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
The guide has not been updated to reflect sys-clk editor. You can still do it this way, but it is a lot easier to use the editor.
</div>
<h4>Things you need:</h4>
<ul id='kidd'>
<li>Latest <a href='https://github.com/retronx-team/sys-clk/releases'>Sys Clk</a></li>
<li>A computer with a text editor</li>
<ul>
<li>Windows: Notepad will work</li>
<li>MacOS: TextEdit</li>
<!--
<li>Linux: Idfk</li>
-->
</ul>
</ul>
<br></br>
<P>
<ol>
<li>
Extract the zip and copy over the<code>atmosphere</code> and <code>config</code> folders to the root of your sd card.
</li>
<li>
open the <code>config/sys-clk</code> folder til you see the <code>config.ini</code> file. Open this in a text editor.
</li>
<li>
This is where you place the profiles for overclocking or underclocking.
</li>
</ol>
<div class="alert green">
There is a template in the <code>config.ini</code> file, if you would like to make your own profiles.
You can head over to the profile pages and copy and paste in the profile for the game you want to overclock/underclock.
</div>
</P>
<hr>
<!-- <h3>Empty ass header tag</h3> -->
<p>What you need before you continue:</p>
<ul id='kidd'>
<li><a href="https://github.com/retronx-team/sys-clk/releases">Sys-Clk</a></li>
<li><a href="https://github.com/SunTheCourier/sys-clk-Editor/releases">Sys-Clk Editor</a></li>
</ul>
<br />
<p>
<ol>
<li>
Head over to the <a href="https://github.com/SunTheCourier/sys-clk-Editor/releases">Sys-Clk Editor</a>'s release page and download the <code>sys-clk-Editor.NRO</code>
</li>
<li>
Place the <code>sys-clk-Editor.NRO</code> in the <code>SD://Switch/</code>. Like wise placing it in a folder in the switch folder will also work. ex: <code>SD://Switch/Sys-Clk Editor</code>
</li>
<li>
Boot the console up and proceed to the homebrew launcher. Either use the applet or title takeover, title takeover is the reccomened way.
</li>
</ol>
</p>
<div style="text-align: center;" class="alert orange">
<a href="#" class="close" data-dismiss="alert" aria-label="close">×</a>
You may now go to the profiles and select the profiles you want.<br> Happy Over/Under Clokcing!
</div>
<!---
<p>Here is a list of other homebrew not related to overclocking:</p>
-->
</div>
</div>
<div class="footer">
<ul id='kiddfooter' >
<li>
©
<a href='#'>
That-Kidd
</a>
2017-2019
</li>
<li>
|
</li>
<li>
<a href='#'>
Soure Code
</a>
</li>
</ul>
</div>
</body>
</html>