this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add credit for logging function

alice 611a0223 03890a54

+1 -1
+1 -1
src/ext/fft.c
··· 71 71 } 72 72 } 73 73 74 - 74 + // source: https://github.com/Chatterino/chatterino2/blob/7c97e6bcc748755ee55447096ebc657be11b4789/src/controllers/sound/MiniaudioBackend.cpp#L28 75 75 void miniaudioLogCallback(void *userData, ma_uint32 level, const char *message) 76 76 { 77 77 (void)userData;