mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
tidbits
This commit is contained in:
@ -208,7 +208,7 @@ void micLoadWav(const char* name)
|
|||||||
|
|
||||||
for (int i = 0; i < micWavLength; i++)
|
for (int i = 0; i < micWavLength; i++)
|
||||||
{
|
{
|
||||||
u16 val;
|
u16 val = 0;
|
||||||
|
|
||||||
switch (SDL_AUDIO_BITSIZE(format.format))
|
switch (SDL_AUDIO_BITSIZE(format.format))
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user