smallmodel
8188d46ee7
Fix SetLittleLong() writing past end of bytes
buffer
...
(even though the union was still 4-bytes because of the integer)
2024-08-24 15:10:12 +02:00
smallmodel
f776d842d1
Don't load sound immediately if they must be streamed
...
This removes more hiccups
2024-08-14 19:08:20 +02:00
smallmodel
3af24ee0ea
Exclude new sound CPP files directly when not using the new sound system instead of using #ifdef
2024-08-09 20:30:35 +02:00
smallmodel
f8b97405ff
Fix infinite loop in DownSampleWav when s_khz
is less than 44 kHz
...
This fixes #330 where `s_khz` below 44 (the usual sample rate of mohaa wav files) would cause an infinite loop due to improper usage of the `ii` variable in the loop where another variable would be accidentally incremented instead
2024-07-30 20:59:48 +02:00
smallmodel
bf4780bbdb
From now, load streamed sound into memory as deferred loading is currently unsupported
2024-07-25 19:49:34 +02:00
smallmodel
c093122764
Made code C++ compatible so UI_LoadResource() can be used
2024-07-24 20:07:22 +02:00