diff --git a/.gitignore b/.gitignore index 5234451e..b4c9534e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.DS_Store .vscode/ -dist/ .pyc build/ __pycache__/ diff --git a/dist/README.md b/dist/README.md index 87c8cad7..df108ffe 100644 --- a/dist/README.md +++ b/dist/README.md @@ -82,6 +82,7 @@ Refer to COMPILATION.md ## Credits * **Lightos's Cat** - Cat +* **Samy's Kitten** - Kitten * **Souldbminer** – hoc-clk and loader development * **Lightos** – loader patches development diff --git a/dist/atmosphere/kips/hoc.kip b/dist/atmosphere/kips/hoc.kip new file mode 100644 index 00000000..2199d4ea Binary files /dev/null and b/dist/atmosphere/kips/hoc.kip differ diff --git a/dist/config/horizon-oc/config.ini.template b/dist/config/horizon-oc/config.ini.template new file mode 100644 index 00000000..4305c725 --- /dev/null +++ b/dist/config/horizon-oc/config.ini.template @@ -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 \ No newline at end of file diff --git a/dist/exosphere.bin b/dist/exosphere.bin new file mode 100644 index 00000000..328aa322 Binary files /dev/null and b/dist/exosphere.bin differ diff --git a/dist/switch/.overlays/Horizon-OC-Monitor.ovl b/dist/switch/.overlays/Horizon-OC-Monitor.ovl new file mode 100644 index 00000000..26791dfc Binary files /dev/null and b/dist/switch/.overlays/Horizon-OC-Monitor.ovl differ diff --git a/dist/switch/.overlays/horizon-oc-overlay.ovl b/dist/switch/.overlays/horizon-oc-overlay.ovl new file mode 100644 index 00000000..d927089f Binary files /dev/null and b/dist/switch/.overlays/horizon-oc-overlay.ovl differ