We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce6cd00 commit b85bcb8Copy full SHA for b85bcb8
1 file changed
libretro-common/audio/dsp_filters/tremolo.c
@@ -35,8 +35,8 @@ struct tremolo_core
35
float *wavetable;
36
float freq;
37
float depth;
38
- int index;
39
- int maxindex;
+ unsigned index;
+ unsigned maxindex;
40
};
41
42
struct tremolo
0 commit comments