From fb8337206d6ec1a980a6ffb95fbf4a4b2c58edbc Mon Sep 17 00:00:00 2001 From: Jaby Date: Sun, 5 Jan 2025 15:57:14 +0100 Subject: [PATCH] Add 32BIT.TMD file --- .gitattributes | 3 ++- bin/extern/32BIT.TMD | 3 +++ examples/PoolBox/iso/Config.xml | 1 - readme.md | 14 ++++++++++---- 4 files changed, 15 insertions(+), 6 deletions(-) create mode 100644 bin/extern/32BIT.TMD diff --git a/.gitattributes b/.gitattributes index b7be3103..47ba9f05 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,5 @@ *.xa filter=lfs diff=lfs merge=lfs -text *.wav filter=lfs diff=lfs merge=lfs -text *.png filter=lfs diff=lfs merge=lfs -text -*.mp3 filter=lfs diff=lfs merge=lfs -text \ No newline at end of file +*.mp3 filter=lfs diff=lfs merge=lfs -text +*.TMD filter=lfs diff=lfs merge=lfs -text \ No newline at end of file diff --git a/bin/extern/32BIT.TMD b/bin/extern/32BIT.TMD new file mode 100644 index 00000000..08225d62 --- /dev/null +++ b/bin/extern/32BIT.TMD @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b3dca0dd6b7cf7a41642a31743b43b3e9b2185b5dee3ad1f3120940b20fd08 +size 8856 diff --git a/examples/PoolBox/iso/Config.xml b/examples/PoolBox/iso/Config.xml index 2108295b..1a144b2b 100644 --- a/examples/PoolBox/iso/Config.xml +++ b/examples/PoolBox/iso/Config.xml @@ -9,7 +9,6 @@ --> Jaby - %PSX_LICENSE_PATH%/%PSX_LICENSE%.DAT diff --git a/readme.md b/readme.md index 12d5e7cb..8f7d02b5 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ - [JabyEngine](#jabyengine-1) - [PoolBox](#poolbox) - [Special thanks](#special-thanks) +- [TODO before commit](#todo-before-commit) # JabyEngine ## About @@ -59,9 +60,10 @@ These projects shall eventually turn into useful extensions for the engine. So f # Media creators ## JabyEngine -| Art | Author | -|-----------------------------------------------------------------|--------| -| `ressources\Splash_ntsc.png`
`ressources\Splash_ntsc.png` | Niuka | +| Art | Author | +|-----------------------------------------------------------------|------------------------------------------------------------| +| `ressources\Splash_ntsc.png`
`ressources\Splash_ntsc.png` | Niuka | +| `bin/extern/32BIT.TMD` | http://psx.arthus.net/homebrew/assets/boot_logos/32BIT.TMD | ## PoolBox | Art | Author | @@ -83,4 +85,8 @@ These projects shall eventually turn into useful extensions for the engine. So f * Cody the white tiger * Nicolas Noble * Pyravia -* Sickle \ No newline at end of file +* Sickle + +# TODO before commit +* Remove `wslpath` +* Double check documentation \ No newline at end of file