git ssb

0+

kode54 / syntrax-c



Commit 7f2f98ebd524a997540ada8027cf9d3740a94d31

Updated readme.

anonymous authored on 12/28/2015, 11:13:35 AM
Christopher Snowhill committed on 6/13/2018, 12:10:58 AM
Parent: 06f09b4b978186c6eb4087f2bcf648e254d949e5

Files changed

README.txtchanged
README.txtView
@@ -4,5 +4,8 @@
44 *Number becomes double. Decide after if keep it as such or make it.
55 *int and uint stay as such. Slowly convert everything to stdint as proper size is determined.
66 *I will be writing malloc()s without worry of free() usage and deal with it after.
77 *Vars commented as unused are clues of things that were not ported into AS3 player. I say leave them as is for later piecing.
8-*WaveBuffer is a helper in AS3 and can be replaced with proper C.
8+*WaveBuffer is a helper in AS3 and can be replaced with proper C.
9+*Packable structs can be used to read data one struct at a time.
10+*Almost packable structs need some stuff moved out of them that were re-introduced during some AS3 refactors.
11+ These refactors make sense logically, but are useless for data reading.

Built with git-ssb-web