snes9xgx/source/snes9x/logger.h

16 lines
559 B
C
Raw Normal View History

/*****************************************************************************\
Snes9x - Portable Super Nintendo Entertainment System (TM) emulator.
This file is licensed under the Snes9x License.
For further information, consult the LICENSE file in the root directory.
\*****************************************************************************/
2008-09-10 07:57:37 +02:00
2010-01-27 23:08:56 +01:00
#ifndef _LOGGER_H_
#define _LOGGER_H_
2009-11-30 09:14:38 +01:00
2010-01-27 23:08:56 +01:00
void S9xResetLogger(void);
void S9xCloseLogger(void);
void S9xVideoLogger(void *, int, int, int, int);
void S9xAudioLogger(void *, int);
2009-11-30 09:14:38 +01:00
#endif