Implement the double and int64 source setters
commit121252347058fbf8a5af9e598a82ad98fc92f46c
authorChris Robinson <chris.kcat@gmail.com>
Sat, 13 Oct 2012 07:56:39 +0000 (13 00:56 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Sat, 13 Oct 2012 07:56:39 +0000 (13 00:56 -0700)
tree2281e3e3636b5bd8f7303a2c434561d0270a1065
parent73105b2d4bad1592f1ac21f0b021e00bdc1d5321
Implement the double and int64 source setters

Note that currently the int64 setters do not range check before being passed to
the int setters, erroneously chopping off the upper bits.
Alc/ALc.c
OpenAL32/Include/alMain.h
OpenAL32/alSource.c