Update snd_resid.h

This commit is contained in:
Kotori
2025-06-29 10:07:37 +02:00
parent 6ba5dc107b
commit 789e1239d1

View File

@@ -4,7 +4,7 @@
#ifdef __cplusplus
extern "C" {
#endif
void *sid_init(uint8_t type);
void *sid_init(uint8_t type, double range);
void sid_close(void *priv);
void sid_reset(void *priv);
uint8_t sid_read(uint16_t addr, void *priv);