misc: do stuff

This commit is contained in:
souldbminersmwc
2026-01-18 16:48:05 -05:00
parent abcf11dc51
commit 0ddb5bb828
7 changed files with 20 additions and 1 deletions

1
.gitignore vendored
View File

@@ -1,6 +1,5 @@
*.DS_Store
.vscode/
dist/
.pyc
build/
__pycache__/

1
dist/README.md vendored
View File

@@ -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

BIN
dist/atmosphere/kips/hoc.kip vendored Normal file

Binary file not shown.

View 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/exosphere.bin vendored Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.