loader: add gpu vmin and vmax patch
This commit is contained in:
57
dist/README.md
vendored
Normal file
57
dist/README.md
vendored
Normal file
@@ -0,0 +1,57 @@
|
||||
<div align="center">
|
||||
|
||||
|
||||

|
||||
|
||||
|
||||
  [](https://discord.com/invite/S3eX47dHsB)   []()
|
||||
|
||||
</div>
|
||||
|
||||
### DISCLAIMER: THIS TOOL CAN BE DANGEROUS IF MISUSED. PROCEED WITH CAUTION
|
||||
* Due to the design of Horizon OS, overclocking RAM can cause **NAND DAMAGE**. Ensure to have a NAND Backup<br>
|
||||
|
||||
A open source overclocking tool for Nintendo Switch consoles running Atmosphere custom firmware<br>
|
||||
|
||||
|
||||
## Features:
|
||||
CPU overclock up to 2397MHz on Mariko units, 2091MHz on Erista units<br>
|
||||
GPU up to 1305MHz on Mariko units, 998MHz on Erista units<br>
|
||||
RAM up to 3200MHz on Mariko units, 2360MHz on Erista units<br>
|
||||
Over/undervolting<br>
|
||||
Configurator<br>
|
||||
Works with most homebrew<br>
|
||||
|
||||
*Higher (potentially dangerous) frequencies are unlockable*<br>
|
||||
*The exact maximum overclock varies per console*<br>
|
||||
## Installation
|
||||
Ensure you have the latest version of [Atmosphere](https://github.com/Atmosphere-NX/Atmosphere) and [Ultrahand](https://github.com/ppkantorski/Ultrahand-Overlay) installed before continuing<br>
|
||||
Grab latest hoc.kip from releases tab<br>
|
||||
If using hekate, edit hekate_ipl.ini to include "kip1=atmosphere/kips/*". No need for editing if using fusee<br>
|
||||
Download latest Horizon OC sysmodule from releases tab<br>
|
||||
Extract sysmodule into root of SD card<br>
|
||||
|
||||
Alternatively, you can download the configurator and click the two install buttons<br>
|
||||
|
||||
|
||||
## Configuration
|
||||
Download the latest configurator on your computer<br>
|
||||
Run the file<br>
|
||||
Select the drive your SD card or UMS device is mounted as<br>
|
||||
Configure the kip to your liking, and in the end, save it<br>
|
||||
|
||||
## Building
|
||||
Set up a development enviorment ready to compile Atmosphere<br>
|
||||
Git clone Atmosphere, and move the cloned folder into build/<br>
|
||||
Insert Source/stratosphere folder into build/<br>
|
||||
Run build.sh
|
||||
|
||||
To build the configurator, clone it's repo (souldbminersmwc/ocs2-configurator)<br>
|
||||
Run build.bat or cd into folder and run "python -m PyInstaller --onefile --add-data "assets;assets" --icon=assets/icon.ico --noconsole src/main.py"<br>
|
||||
|
||||
|
||||
## Credits
|
||||
meha for Switch-Oc-Suite<br>
|
||||
sys-clk team for sys-clk<br>
|
||||
b0rd2auth for Ultrahand sys-clk fork<br>
|
||||
Lightos and Sammybigio2010 for early testing<br>
|
||||
BIN
dist/atmosphere/contents/00FF0000636C6BFF/exefs.nsp
vendored
Normal file
BIN
dist/atmosphere/contents/00FF0000636C6BFF/exefs.nsp
vendored
Normal file
Binary file not shown.
0
dist/atmosphere/contents/00FF0000636C6BFF/flags/boot2.flag
vendored
Normal file
0
dist/atmosphere/contents/00FF0000636C6BFF/flags/boot2.flag
vendored
Normal file
5
dist/atmosphere/contents/00FF0000636C6BFF/toolbox.json
vendored
Normal file
5
dist/atmosphere/contents/00FF0000636C6BFF/toolbox.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name" : "hoc-clk",
|
||||
"tid" : "00FF0000636C6BFF",
|
||||
"requires_reboot": false
|
||||
}
|
||||
BIN
dist/atmosphere/kips/hoc.kip
vendored
Normal file
BIN
dist/atmosphere/kips/hoc.kip
vendored
Normal file
Binary file not shown.
19
dist/config/sys-clk/config.ini.template
vendored
Normal file
19
dist/config/sys-clk/config.ini.template
vendored
Normal file
@@ -0,0 +1,19 @@
|
||||
[values]
|
||||
; Defines how often sys-clk log temperatures, in milliseconds (set 0 to disable)
|
||||
temp_log_interval_ms=0
|
||||
; Defines how often sys-clk writes to the CSV, in milliseconds (set 0 to disable)
|
||||
csv_write_interval_ms=0
|
||||
|
||||
; Example #1: BOTW
|
||||
; Overclock CPU when docked
|
||||
; Overclock MEM to docked clocks when handheld
|
||||
;[01007EF00011E000]
|
||||
;docked_cpu=1224
|
||||
;handheld_mem=1600
|
||||
|
||||
; Example #2: Picross
|
||||
; Underclock to save battery
|
||||
;[0100BA0003EEA000]
|
||||
;handheld_cpu=816
|
||||
;handheld_gpu=153
|
||||
;handheld_mem=800
|
||||
BIN
dist/switch/.overlays/sys-clk-overlay.ovl
vendored
Normal file
BIN
dist/switch/.overlays/sys-clk-overlay.ovl
vendored
Normal file
Binary file not shown.
BIN
dist/switch/sys-clk-manager.nro
vendored
Normal file
BIN
dist/switch/sys-clk-manager.nro
vendored
Normal file
Binary file not shown.
Reference in New Issue
Block a user