diff options
author | Lunar Journal <md.node.0@gmail.com> | 2024-12-15 15:55:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-15 15:55:22 +0200 |
commit | 0a28b50eacbe2086a4b025d06b34299f4c65d55a (patch) | |
tree | ad57e390f929dd6b9598a53d957067ce12f7a1a1 | |
parent | bf1bd35c8fc9a69e052dc511846a3a9d68be60b8 (diff) | |
download | gsctool-0a28b50eacbe2086a4b025d06b34299f4c65d55a.tar.gz gsctool-0a28b50eacbe2086a4b025d06b34299f4c65d55a.zip |
Update README.md
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -28,11 +28,11 @@ the level and starting it again. Files:
<br/>
-* `gsctool.h` - `GSC loader definitions`
-* `gsctool.c` - `core implementation`
-* `offsets.h` - `T5 function offsets`
+* `gsctool.h` - `GSC` loader definitions.
+* `gsctool.c` - `core` implementation.
+* `offsets.h` - `T5` function offsets.
# Dependencies
-* [`cdl86`](https://github.com/lunarjournal/cdl86) - `x86 detours library`
-* [`miniz`](https://github.com/lunarjournal/miniz) - `zlib library`
+* [`cdl86`](https://github.com/lunarjournal/cdl86) - `x86_64` detours library.
+* [`miniz`](https://github.com/lunarjournal/miniz) - `zlib` library.
|