Files
ac-decomp/include/jaudio_NES/dspdriver.h
T
2024-06-09 20:29:22 -04:00

9 lines
108 B
C

#ifndef DSPDRIVER_H
#define DSPDRIVER_H
#include "types.h"
extern void UpdateDSPchannelAll(void);
#endif