mirror of
https://github.com/dborth/fceugx.git
synced 2024-11-01 06:55:05 +01:00
7 lines
188 B
C
7 lines
188 B
C
#include "types.h"
|
|
|
|
bool FCEUI_BeginWaveRecord(const char *fn);
|
|
bool FCEUI_WaveRecordRunning(void);
|
|
void FCEU_WriteWaveData(int32 *Buffer, int Count);
|
|
int FCEUI_EndWaveRecord(void);
|