Reapply "hoc-sys: fix uv calculation formulas"

This reverts commit 5a7788649e.
This commit is contained in:
souldbminersmwc
2025-11-12 15:50:37 -05:00
parent 5a7788649e
commit 96ff480607
14 changed files with 2455 additions and 164 deletions

View File

@@ -84,12 +84,14 @@ It enables advanced CPU, GPU, and RAM tuning with user-friendly configuration to
```
3. Move the cloned folder into `build/`.
4. Insert your `Source/stratosphere` folder into `build/`.
5. Run:
5. Run: (On Windows you need to use "make -j %NUMBER_OF_PROCESSORS%")
```bash
./build.sh
```
To build the Configurator:
```bash