<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/psn00bsdk, branch fix-include</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/psn00bsdk/atom?h=fix-include</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/psn00bsdk/atom?h=fix-include'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/'/>
<updated>2025-07-05T00:34:11+00:00</updated>
<entry>
<title>Replace .include with #include</title>
<updated>2025-07-05T00:34:11+00:00</updated>
<author>
<name>Xavier Del Campo Romero</name>
<email>xavi92@disroot.org</email>
</author>
<published>2025-07-05T00:34:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=beb76e4dd362374b8f42cd971d394bba1074cd8d'/>
<id>urn:sha1:beb76e4dd362374b8f42cd971d394bba1074cd8d</id>
<content type='text'>
For some reason, both mipsel-unknown-elf-gcc 8.2.0 and mipsel-non-elf
15.1.0 were unable to resolve .include assembler directives.

As a workaround, it is still possible to use the preprocessor, and
therefore the usual #include preprocessor directive. However, this
requires the assembly files to use the uppercase .S file extension.
</content>
</entry>
<entry>
<title>Merge pull request #89 from yogi313/master</title>
<updated>2025-01-28T13:42:53+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2025-01-28T13:42:53+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=5d9aa2d3dfc7d6e51c2eb942ab4cdbae5571a40a'/>
<id>urn:sha1:5d9aa2d3dfc7d6e51c2eb942ab4cdbae5571a40a</id>
<content type='text'>
Fix TIM compatibility and improve TIM validation.</content>
</entry>
<entry>
<title>Fix typos, add missing const and improve code formatting.</title>
<updated>2025-01-23T08:50:50+00:00</updated>
<author>
<name>yogi313</name>
<email>yogi313@gmail.com</email>
</author>
<published>2025-01-23T08:19:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=deb1b484bcea8885ced69ba2711e5830d9a6e626'/>
<id>urn:sha1:deb1b484bcea8885ced69ba2711e5830d9a6e626</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix TIM compatibility and improve TIM validation.</title>
<updated>2025-01-21T17:23:03+00:00</updated>
<author>
<name>yogi313</name>
<email>yogi313@gmail.com</email>
</author>
<published>2025-01-21T17:23:03+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=397d138423446e5b52bf1f17ab688800070238f1'/>
<id>urn:sha1:397d138423446e5b52bf1f17ab688800070238f1</id>
<content type='text'>
PSn00bSDK is a good SDK for testing decompiled game code and working with extracted TIM resources.
However, there is an issue where some textures that can be loaded with the PsyQ SDK
are not compatible with PSn00bSDK, causing a black screen when attempting to load them.
This commit fixes this issue.

Additionally, it adds a new check in the `GsGetTimInfo` and `GetTimInfo` functions.
The check verifies if pixel data exists before setting the corresponding fields in the structure,
preventing the loading of garbage data.
</content>
</entry>
<entry>
<title>Deprecate CPack packages and old changelog, fix ldscripts</title>
<updated>2024-10-14T15:44:12+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2024-10-14T15:44:12+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=787db196ad3c4e945792997111d759f82110775a'/>
<id>urn:sha1:787db196ad3c4e945792997111d759f82110775a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update submodules, minor bugfixes and updates</title>
<updated>2024-10-14T09:57:37+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2024-10-14T09:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=9c792e636a7803f8003643b2f91f040257398b3f'/>
<id>urn:sha1:9c792e636a7803f8003643b2f91f040257398b3f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #86 from EngineersBox/_bu_init-rom-offset</title>
<updated>2024-10-14T09:28:05+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2024-10-14T09:28:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=f5b439060d2724c549f2abbc2b16d7b0257ee0b8'/>
<id>urn:sha1:f5b439060d2724c549f2abbc2b16d7b0257ee0b8</id>
<content type='text'>
(OpenBIOS) Change `_bu_init()` ROM offset from `0x55` to `0x70`</content>
</entry>
<entry>
<title>Merge pull request #88 from victorfeitosa/bug/fix-inline-gte-macros</title>
<updated>2024-10-14T09:27:06+00:00</updated>
<author>
<name>spicyjpeg</name>
<email>thatspicyjpeg@gmail.com</email>
</author>
<published>2024-10-14T09:27:06+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=b5bebcbc1cf00795ca4f80288daff4debccf0ff3'/>
<id>urn:sha1:b5bebcbc1cf00795ca4f80288daff4debccf0ff3</id>
<content type='text'>
Bugfix - Fix unitialized GTE registers</content>
</entry>
<entry>
<title>fix uninitialized registers</title>
<updated>2024-10-13T06:45:10+00:00</updated>
<author>
<name>Victor Feitosa</name>
<email>victor.klngo@gmail.com</email>
</author>
<published>2024-10-13T06:45:10+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=5e3ed65158b53c0a4e7cfe8b3f72d858426315a4'/>
<id>urn:sha1:5e3ed65158b53c0a4e7cfe8b3f72d858426315a4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Reverted testing changes</title>
<updated>2024-09-30T10:52:31+00:00</updated>
<author>
<name>EngineersBox</name>
<email>toastcraft.info@gmail.com</email>
</author>
<published>2024-09-30T10:52:31+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/psn00bsdk/commit/?id=6558c97b1ab135db2616f37a5aaf9f22b08b8f1e'/>
<id>urn:sha1:6558c97b1ab135db2616f37a5aaf9f22b08b8f1e</id>
<content type='text'>
</content>
</entry>
</feed>
