diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | README.md | 16 |
2 files changed, 20 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..218c329 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +### Changelog + +#### v1.0.1 + +- Rebuild with latest DolceSDK to reduce runtime memory use by 32 KiB @@ -8,7 +8,21 @@ Write the file path in the `*KERNEL` section of your taiHEN config. ``` *KERNEL -ur0:tai/staybright.skprx +ur0:/tai/staybright.skprx +``` + +## Building + +Dependencies: + +- [DolceSDK](https://forum.devchroma.nl/index.php/topic,129.0.html) +- [taiHEN](https://git.shotatoshounenwachigau.moe/vita/taihen) + +To build module: + +```sh +cmake . +make ``` ## Contributing |