- removed a few dependencies of the Timidity++ code from the main GZDoom code base.
The big issues, i.e. FileReader and SoundFontReader still need to be handled to make this a standalone library.
This commit is contained in:
parent
b3a9884eb1
commit
df7a4bb0d9
6 changed files with 265 additions and 15 deletions
|
|
@ -210,11 +210,6 @@ void Effect::do_effect(int32_t *buf, int32_t count)
|
|||
effect_left_right_delay(buf, count);
|
||||
}
|
||||
|
||||
uint32_t Effect::frand(void)
|
||||
{
|
||||
return rng.GenRand32();
|
||||
}
|
||||
|
||||
int32_t Effect::my_mod(int32_t x, int32_t n)
|
||||
{
|
||||
if (x >= n)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue