Lameguy64 / PSn00bSDK

The most powerful open source SDK for the PS1 (as far as open source PS1 SDKs go). Not recommended for beginner use.
Other
819 stars 66 forks source link

correct setting of address in AddPrim #51

Closed nurEinKoch closed 1 year ago

nurEinKoch commented 2 years ago

Fixes addresses in primitives being logically ORed with the new value, instead of being set to the new value.

spicyjpeg commented 1 year ago

This has been fixed as part of #55; now AddPrim() is simply a wrapper around the addPrim() macro, which uses bitfields internally and is not affected by this issue.