view src/xsf/desmume/debug.h @ 2998:fc666525b410

Patch from John Lindgren <john.lindgren@tds.net> to support seeking whilst paused, Debian bug #517692.
author Tony Vroon <chainsaw@gentoo.org>
date Wed, 04 Mar 2009 12:48:09 +0000
parents 70b0973e7b70
children
line wrap: on
line source

#ifndef DEBUG_H
#define DEBUG_H

#define LOG(...)
#define GPULOG(...)
#define DIVLOG(...)
#define SQRTLOG(...)
#define CARDLOG(...)
#define DMALOG(...)

#endif