mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
Adjust types of index and maxindex to unsigned
This commit is contained in:
parent
ce6cd0000c
commit
b85bcb8e48
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ struct tremolo_core
|
|||
float *wavetable;
|
||||
float freq;
|
||||
float depth;
|
||||
int index;
|
||||
int maxindex;
|
||||
unsigned index;
|
||||
unsigned maxindex;
|
||||
};
|
||||
|
||||
struct tremolo
|
||||
|
|
Loading…
Add table
Reference in a new issue