mirror of
https://github.com/libretro/RetroArch
synced 2025-04-17 11:43:00 +00:00
Seed rand().
This commit is contained in:
parent
28c9f51913
commit
3ed3217270
@ -23,6 +23,7 @@
|
||||
|
||||
int main(int argc, char *argv[])
|
||||
{
|
||||
srand(time(NULL));
|
||||
int16_t input_i[1024];
|
||||
int16_t output_i[1024 * 8];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user