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

Add `enum` and/or `defines` for flag/mode variables in structures and functions #82

Open EngineersBox opened 7 months ago

EngineersBox commented 7 months ago

The PSn00bSDK manual details a lot of the modes/flags used with various structures and functions listing explanations with them and allowed values.

In order to improve the usability of the SDK, this PR introduces enumerations where multiple mode states are present and defines for flag/enablement parameters/fields are used along with brief explanations