darkstar
d502378d17
ALL: Fix SCCS IDs
2018-02-22 21:13:37 +01:00
darkstar
f0193aa38c
MSVC: Fix stack allocation
...
Maybe it *was* a bit late last night... ;-)
2018-02-22 19:07:04 +01:00
darkstar
0fbe93e320
SOUND: Turns out emu.h needs uint64_t defined...
...
At least on MSVC this needs stdint.h so we put that in here as well
2018-02-22 18:33:07 +01:00
waltje
9116f48ac3
Fixing typos, cleaning up some fixes, updated file header version/dates.
2018-02-22 02:54:49 -05:00
darkstar
b8432a21a5
SOUND: Use alloca() for stack allocations
...
Using an array with a variable size is a gcc extension and is not
portable. The _alloca() method works but should be reworked at some point
to make use of a static buffer
2018-02-22 00:56:19 +01:00
waltje
7f4ddcd70b
Import of all sources.
2018-02-20 21:52:53 -05:00