You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in some of the functions, the 'true' boolean is used instead of '-1'
and 'false' instead of '0' like it is in the C version, due to how in C calling
"if -1" acts like "if true" and "if 0" acts like "if false" - you should probably fix this
This needs to get cleaned up, which will also involve rewriting some code already based on the current implementation such as g_audio.
The text was updated successfully, but these errors were encountered: