You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
libretro/core-mapper.c: In function 'retro_sound_update':
libretro/core-mapper.c:158:22: error: passing argument 1 of 'Sound_Callback' from incompatible pointer type [-Wincompatible-pointer-types]
158 | Sound_Callback(SNDBUF, 1024*2*2);
| ^~~~~~
| |
| short int *
In file included from ./atari800/src/platform.h:11,
from libretro/core-mapper.c:4:
./atari800/src/sound.h:75:28: note: expected 'unsigned char *' but argument is of type 'short int *'
75 | void Sound_Callback(UBYTE *buffer, unsigned int size);
libretro-atari800/libretro/core-mapper.c
Line 29 in 410d7bf
libretro-atari800/libretro/core-mapper.c
Line 158 in 410d7bf
libretro-atari800/atari800/src/sound.h
Lines 72 to 76 in 410d7bf
The text was updated successfully, but these errors were encountered: